#90E6EB

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

Shades of Blizzard Blue #90E6EB

Tints of Blizzard Blue #90E6EB

Color information

#90E6EB (or 0x90E6EB) is unknown color: approx Blizzard Blue. HEX triplet: 90, E6 and EB. RGB value is (144,230,235). Sum of RGB (Red+Green+Blue) = 144+230+235=609 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.65% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #90E6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6EB is #6F1914. Grayscale: #CCCCCC. Windows color (decimal): -7280917 or 15459984. OLE color: 15459984.

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

Color convert

RGB144230235-
CMYK0.390.0200.08
HSL183.3º69.47%74.31%-
HSV(B)183.3º38.72%92.16%-
XYZ54.7968.5288.94-
YUV204.86145.0184.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.65%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=23.65%
G=37.77%
B=38.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442302350.390.0200.08183.369.4774.31
Hex90E6EB27208b7454a
Octal220346353472010267105112
Binary10010000111001101110101110011110010001011011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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