#88E8E7

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

Shades of Blizzard Blue #88E8E7

Tints of Blizzard Blue #88E8E7

Color information

#88E8E7 (or 0x88E8E7) is unknown color: approx Blizzard Blue. HEX triplet: 88, E8 and E7. RGB value is (136,232,231). Sum of RGB (Red+Green+Blue) = 136+232+231=599 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.70% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #88E8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E8E7 is #771718. Grayscale: #CBCBCB. Windows color (decimal): -7804697 or 15198344. OLE color: 15198344.

HSL color Cylindrical-coordinate representation of color #88E8E7: hue angle of 179.38º 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 #88E8E7 is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB136232231-
CMYK0.4100.000.09
HSL179.38º67.61%72.16%-
HSV(B)179.38º41.38%90.98%-
XYZ53.4368.7286.05-
YUV203.18143.780.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.70%
GREEN value IS 232 (91.02% from 255) = 38.73%
BLUE value IS 231 (90.62% from 255) = 38.56%
R=22.70%
G=38.73%
B=38.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1362322310.4100.000.09179.3867.6172.16
Hex88E8E729009b34448
Octal210350347510011263104110
Binary1000100011101000111001111010010010011011001110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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