#90BFF6

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

Shades of Light Sky Blue #90BFF6

Tints of Light Sky Blue #90BFF6

Color information

#90BFF6 (or 0x90BFF6) is unknown color: approx Light Sky Blue. HEX triplet: 90, BF and F6. RGB value is (144,191,246). Sum of RGB (Red+Green+Blue) = 144+191+246=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #90BFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFF6 is #6F4009. Grayscale: #B6B6B6. Windows color (decimal): -7290890 or 16170896. OLE color: 16170896.

HSL color Cylindrical-coordinate representation of color #90BFF6: hue angle of 212.35º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90BFF6 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB144191246-
CMYK0.410.2200.04
HSL212.35º85%76.47%-
HSV(B)212.35º41.46%96.47%-
XYZ46.7749.8494.34-
YUV183.22163.43100.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.78%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 246 (96.48% from 255) = 42.34%
R=24.78%
G=32.87%
B=42.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1441912460.410.2200.04212.358576.47
Hex90BFF6291604d4554c
Octal220277366512604324125114
Binary1001000010111111111101101010011011001001101010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,191,246); }

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

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

 a { background-color: rgb(144,191,246); }

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

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

 span { border-color: rgb(144,191,246); }

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