#90E2EB

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

Shades of Blizzard Blue #90E2EB

Tints of Blizzard Blue #90E2EB

Color information

#90E2EB (or 0x90E2EB) is unknown color: approx Blizzard Blue. HEX triplet: 90, E2 and EB. RGB value is (144,226,235). Sum of RGB (Red+Green+Blue) = 144+226+235=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #90E2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E2EB is #6F1D14. Grayscale: #CACACA. Windows color (decimal): -7281941 or 15458960. OLE color: 15458960.

HSL color Cylindrical-coordinate representation of color #90E2EB: hue angle of 185.93º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90E2EB is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144226235-
CMYK0.390.0400.08
HSL185.93º69.47%74.31%-
HSV(B)185.93º38.72%92.16%-
XYZ53.6966.3288.57-
YUV202.51146.3386.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.80%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=23.80%
G=37.36%
B=38.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442262350.390.0400.08185.9369.4774.31
Hex90E2EB27408ba454a
Octal220342353474010272105112
Binary100100001110001011101011100111100010001011101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,226,235); }

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

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

 a { background-color: rgb(144,226,235); }

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

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

 span { border-color: rgb(144,226,235); }

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