Html Css Color HEX #90CEFC Light Sky Blue

📋 copy color: '#90CEFC'

red 144 ◦ green 206 ◦ blue 252

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

Shades of Light Sky Blue #90CEFC

Tints of Light Sky Blue #90CEFC

RGB

 RED value IS 144 (56.64% from 255) = 23.92%

 GREEN value IS 206 (80.86% from 255) = 34.22%

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 23.92%
G = 34.22%
B = 41.86%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90CEFC (or 0x90CEFC) is known color: Light Sky Blue. HEX triplet: 90, CE and FC. RGB value is (144,206,252). Sum of RGB (Red+Green+Blue) = 144+206+252=602 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.92% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #90CEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CEFC is #6F3103. Grayscale: #C0C0C0. Windows color (decimal): -7287044 or 16567952. OLE color: 16567952.

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

Color convert

RGB 144 206 252 -
CMYK 0.43 0.18 0 0.01
HSL 205.56º 0.95% 0.78% -
HSV(B) 205.56º 0.43% 0.99% -
XYZ 51.14 57.1 100.42 -
YUV 192.71 161.46 93.26 -
System Red Green Blue C M Y K H S L
Decimal 144 206 252 0.43 0.18 0 0.01 205.56 0.95 0.78
Hex 90 CE FC 2B 12 0 1 CE 5F 4E
Octal 220 316 374 53 22 0 1 316 137 116
Binary 10010000 11001110 11111100 101011 10010 0 1 11001110 1011111 1001110

Color Harmonies of #90CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CEFC

Black with #90CEFC

Text Example


Text Example

White with #90CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90CEFC;
 }
 .AnyTagClassName
 {
   color: #90CEFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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