#90E9E4

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

Shades of Blizzard Blue #90E9E4

Tints of Blizzard Blue #90E9E4

Color information

#90E9E4 (or 0x90E9E4) is unknown color: approx Blizzard Blue. HEX triplet: 90, E9 and E4. RGB value is (144,233,228). Sum of RGB (Red+Green+Blue) = 144+233+228=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E9E4 is #6F161B. Grayscale: #CDCDCD. Windows color (decimal): -7280156 or 15002000. OLE color: 15002000.

HSL color Cylindrical-coordinate representation of color #90E9E4: hue angle of 176.63º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E9E4 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB144233228-
CMYK0.3800.020.09
HSL176.63º66.92%73.92%-
HSV(B)176.63º38.2%91.37%-
XYZ54.6469.8183.99-
YUV205.82140.5183.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.80%
GREEN value IS 233 (91.41% from 255) = 38.51%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=23.80%
G=38.51%
B=37.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1442332280.3800.020.09176.6366.9273.92
Hex90E9E426029b1434a
Octal220351344460211261103112
Binary10010000111010011110010010011001010011011000110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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