Html Css Color HEX #90CBFC Light Sky Blue

📋 copy color: '#90CBFC'

red 144 ◦ green 203 ◦ blue 252

#90CBFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #90CBFC

Tints of Light Sky Blue #90CBFC

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 value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90CBFC (or 0x90CBFC) is known color: 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

RGB 144 203 252 -
CMYK 0.43 0.19 0 0.01
HSL 207.22º 0.95% 0.78% -
HSV(B) 207.22º 0.43% 0.99% -
XYZ 50.43 55.67 100.18 -
YUV 190.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 144 203 252 0.43 0.19 0 0.01 207.22 0.95 0.78
Hex 90 CB FC 2B 13 0 1 CF 5F 4E
Octal 220 313 374 53 23 0 1 317 137 116
Binary 10010000 11001011 11111100 101011 10011 0 1 11001111 1011111 1001110

Color Harmonies of #90CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CBFC

Black with #90CBFC

Text Example


Text Example

White with #90CBFC

Text Example


Text Example

HTML Codes & Css Web 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>