#90CEFE

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

Shades of Light Sky Blue #90CEFE

Tints of Light Sky Blue #90CEFE

Color information

#90CEFE (or 0x90CEFE) is unknown color: approx Light Sky Blue. HEX triplet: 90, CE and FE. RGB value is (144,206,254). Sum of RGB (Red+Green+Blue) = 144+206+254=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #90CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CEFE is #6F3101. Grayscale: #C0C0C0. Windows color (decimal): -7287042 or 16699024. OLE color: 16699024.

HSL color Cylindrical-coordinate representation of color #90CEFE: hue angle of 206.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90CEFE is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB144206254-
CMYK0.430.1900.00
HSL206.18º98.21%78.04%-
HSV(B)206.18º43.31%99.61%-
XYZ51.4657.23102.1-
YUV192.93162.4693.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.84%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=23.84%
G=34.11%
B=42.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442062540.430.1900.00206.1898.2178.04
Hex90CEFE2B1300ce624e
Octal220316376532300316142116
Binary10010000110011101111111010101110011001100111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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