#90ECEA

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

Shades of Blizzard Blue #90ECEA

Tints of Blizzard Blue #90ECEA

Color information

#90ECEA (or 0x90ECEA) is unknown color: approx Blizzard Blue. HEX triplet: 90, EC and EA. RGB value is (144,236,234). Sum of RGB (Red+Green+Blue) = 144+236+234=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90ECEA is #6F1315. Grayscale: #D0D0D0. Windows color (decimal): -7279382 or 15395984. OLE color: 15395984.

HSL color Cylindrical-coordinate representation of color #90ECEA: hue angle of 178.7º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90ECEA is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB144236234-
CMYK0.3900.010.07
HSL178.7º70.77%74.51%-
HSV(B)178.7º38.98%92.55%-
XYZ56.3571.8688.74-
YUV208.26142.5282.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.45%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=23.45%
G=38.44%
B=38.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442362340.3900.010.07178.770.7774.51
Hex90ECEA27017b3474b
Octal22035435247017263107113
Binary100100001110110011101010100111011111011001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,236,234); }

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

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

 a { background-color: rgb(144,236,234); }

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

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

 span { border-color: rgb(144,236,234); }

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