#88E6EA

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

Shades of Blizzard Blue #88E6EA

Tints of Blizzard Blue #88E6EA

Color information

#88E6EA (or 0x88E6EA) is unknown color: approx Blizzard Blue. HEX triplet: 88, E6 and EA. RGB value is (136,230,234). Sum of RGB (Red+Green+Blue) = 136+230+234=600 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.67% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #88E6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E6EA is #771915. Grayscale: #CACACA. Windows color (decimal): -7805206 or 15394440. OLE color: 15394440.

HSL color Cylindrical-coordinate representation of color #88E6EA: hue angle of 182.45º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88E6EA is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136230234-
CMYK0.420.0200.08
HSL182.45º70%72.55%-
HSV(B)182.45º41.88%91.76%-
XYZ53.367.7788.11-
YUV202.35145.8680.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.67%
GREEN value IS 230 (90.23% from 255) = 38.33%
BLUE value IS 234 (91.80% from 255) = 39%
R=22.67%
G=38.33%
B=39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1362302340.420.0200.08182.457072.55
Hex88E6EA2A208b64649
Octal210346352522010266106111
Binary10001000111001101110101010101010010001011011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,230,234); }

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

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

 a { background-color: rgb(136,230,234); }

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

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

 span { border-color: rgb(136,230,234); }

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