#90EBE5

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

Shades of Blizzard Blue #90EBE5

Tints of Blizzard Blue #90EBE5

Color information

#90EBE5 (or 0x90EBE5) is unknown color: approx Blizzard Blue. HEX triplet: 90, EB and E5. RGB value is (144,235,229). Sum of RGB (Red+Green+Blue) = 144+235+229=608 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.68% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBE5 is #6F141A. Grayscale: #CFCFCF. Windows color (decimal): -7279643 or 15068048. OLE color: 15068048.

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

Color convert

RGB144235229-
CMYK0.3900.030.08
HSL176.04º69.47%74.31%-
HSV(B)176.04º38.72%92.16%-
XYZ55.357184.92-
YUV207.11140.3582.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.68%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 229 (89.84% from 255) = 37.66%
R=23.68%
G=38.65%
B=37.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442352290.3900.030.08176.0469.4774.31
Hex90EBE527038b0454a
Octal220353345470310260105112
Binary10010000111010111110010110011101110001011000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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