#90EBE9

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

Shades of Blizzard Blue #90EBE9

Tints of Blizzard Blue #90EBE9

Color information

#90EBE9 (or 0x90EBE9) is unknown color: approx Blizzard Blue. HEX triplet: 90, EB and E9. RGB value is (144,235,233). Sum of RGB (Red+Green+Blue) = 144+235+233=612 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.53% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBE9 is #6F1416. Grayscale: #CFCFCF. Windows color (decimal): -7279639 or 15330192. OLE color: 15330192.

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

Color convert

RGB144235233-
CMYK0.3900.010.08
HSL178.68º69.47%74.31%-
HSV(B)178.68º38.72%92.16%-
XYZ55.9271.2387.89-
YUV207.56142.3582.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.53%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=23.53%
G=38.40%
B=38.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442352330.3900.010.08178.6869.4774.31
Hex90EBE927018b3454a
Octal220353351470110263105112
Binary1001000011101011111010011001110110001011001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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