#90BBFC

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

Shades of Light Sky Blue #90BBFC

Tints of Light Sky Blue #90BBFC

Color information

#90BBFC (or 0x90BBFC) is unknown color: approx Light Sky Blue. HEX triplet: 90, BB and FC. RGB value is (144,187,252). Sum of RGB (Red+Green+Blue) = 144+187+252=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #90BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BBFC is #6F4403. Grayscale: #B5B5B5. Windows color (decimal): -7291908 or 16563088. OLE color: 16563088.

HSL color Cylindrical-coordinate representation of color #90BBFC: hue angle of 216.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90BBFC is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144187252-
CMYK0.430.2600.01
HSL216.11º94.74%77.65%-
HSV(B)216.11º42.86%98.82%-
XYZ46.8448.598.99-
YUV181.55167.75101.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.70%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=24.70%
G=32.08%
B=43.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441872520.430.2600.01216.1194.7477.65
Hex90BBFC2B1A01d85f4e
Octal220273374533201330137116
Binary10010000101110111111110010101111010011101100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,187,252); }

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

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

 a { background-color: rgb(144,187,252); }

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

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

 span { border-color: rgb(144,187,252); }

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