#90CBFC

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

Shades of Light Sky Blue #90CBFC

Tints of Light Sky Blue #90CBFC

Color information

#90CBFC (or 0x90CBFC) is unknown color: approx Light Sky Blue. HEX triplet: 90, CB and FC. RGB value is (144,203,252). Sum of RGB (Red+Green+Blue) = 144+203+252=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #90CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CBFC is #6F3403. Grayscale: #BEBEBE. Windows color (decimal): -7287812 or 16567184. OLE color: 16567184.

HSL color Cylindrical-coordinate representation of color #90CBFC: hue angle of 207.22º 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 #90CBFC is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144203252-
CMYK0.430.1900.01
HSL207.22º94.74%77.65%-
HSV(B)207.22º42.86%98.82%-
XYZ50.4355.67100.18-
YUV190.94162.4594.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.04%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=24.04%
G=33.89%
B=42.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442032520.430.1900.01207.2294.7477.65
Hex90CBFC2B1301cf5f4e
Octal220313374532301317137116
Binary10010000110010111111110010101110011011100111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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