#88E8E4

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

Shades of Blizzard Blue #88E8E4

Tints of Blizzard Blue #88E8E4

Color information

#88E8E4 (or 0x88E8E4) is unknown color: approx Blizzard Blue. HEX triplet: 88, E8 and E4. RGB value is (136,232,228). Sum of RGB (Red+Green+Blue) = 136+232+228=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #88E8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88E8E4 is #77171B. Grayscale: #CACACA. Windows color (decimal): -7804700 or 15001736. OLE color: 15001736.

HSL color Cylindrical-coordinate representation of color #88E8E4: hue angle of 177.5º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88E8E4 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB136232228-
CMYK0.4100.020.09
HSL177.5º67.61%72.16%-
HSV(B)177.5º41.38%90.98%-
XYZ53.0168.5583.84-
YUV202.84142.280.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.82%
GREEN value IS 232 (91.02% from 255) = 38.93%
BLUE value IS 228 (89.45% from 255) = 38.26%
R=22.82%
G=38.93%
B=38.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1362322280.4100.020.09177.567.6172.16
Hex88E8E429029b24448
Octal210350344510211262104110
Binary10001000111010001110010010100101010011011001010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88E8E4; }

 p { color: rgb(136,232,228); }

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

<style>
 a { background-color: #88E8E4; }

 a { background-color: rgb(136,232,228); }

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

<style>
 span { border-color: #88E8E4; }

 span { border-color: rgb(136,232,228); }

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