#90b6fa

Color #90B6FA Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #90B6FA

Tints of Light Sky Blue #90B6FA

Color information

#90B6FA (or 0x90B6FA) is unknown color: approx Light Sky Blue. HEX triplet: 90, B6 and FA. RGB value is (144,182,250). Sum of RGB (Red+Green+Blue) = 144+182+250=576 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #90B6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B6FA is #6F4905. Grayscale: #B2B2B2. Windows color (decimal): -7293190 or 16430736. OLE color: 16430736.

HSL color Cylindrical-coordinate representation of color #90B6FA: hue angle of 218.49º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90B6FA is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144182250-
CMYK0.420.2700.02
HSL218.49º91.38%77.25%-
HSV(B)218.49º42.4%98.04%-
XYZ45.4846.2996.98-
YUV178.39168.41103.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 25%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=25%
G=31.60%
B=43.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441822500.420.2700.02218.4991.3877.25
Hex90B6FA2A1B02da5b4d
Octal220266372523302332133115
Binary100100001011011011111010101010110110101101101010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90b6fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90b6fa; }

 p { color: rgb(144,182,250); }

 H1.HeaderClassName
 {
   color: #90b6fa;
 }
 .AnyTagClassName
 {
   color: #90b6fa;
 }
</style>
background-color css

<style>
 a { background-color: #90b6fa; }

 a { background-color: rgb(144,182,250); }

 div.DivClassName
 {
   background-color: #90b6fa;
 }
 .BgClassName
 {
   background-color: #90b6fa;
 }
</style>
border-color css

<style>
 span { border-color: #90b6fa; }

 span { border-color: rgb(144,182,250); }

 td.TdClassName
 {
   border-color: #90b6fa;
 }
 .TagClassName
 {
   border-color: #90b6fa;
 }
</style>