#90ECE9

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

Shades of Blizzard Blue #90ECE9

Tints of Blizzard Blue #90ECE9

Color information

#90ECE9 (or 0x90ECE9) is unknown color: approx Blizzard Blue. HEX triplet: 90, EC and E9. RGB value is (144,236,233). Sum of RGB (Red+Green+Blue) = 144+236+233=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90ECE9 is #6F1316. Grayscale: #D0D0D0. Windows color (decimal): -7279383 or 15330448. OLE color: 15330448.

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

Color convert

RGB144236233-
CMYK0.3900.010.07
HSL178.04º70.77%74.51%-
HSV(B)178.04º38.98%92.55%-
XYZ56.2171.887.99-
YUV208.15142.0282.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.49%
GREEN value IS 236 (92.58% from 255) = 38.50%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=23.49%
G=38.50%
B=38.01%

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
Decimal1442362330.3900.010.07178.0470.7774.51
Hex90ECE927017b2474b
Octal22035435147017262107113
Binary100100001110110011101001100111011111011001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ECE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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