#8BE8E2

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

Shades of Blizzard Blue #8BE8E2

Tints of Blizzard Blue #8BE8E2

Color information

#8BE8E2 (or 0x8BE8E2) is unknown color: approx Blizzard Blue. HEX triplet: 8B, E8 and E2. RGB value is (139,232,226). Sum of RGB (Red+Green+Blue) = 139+232+226=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8E2 is #74171D. Grayscale: #CBCBCB. Windows color (decimal): -7608094 or 14870667. OLE color: 14870667.

HSL color Cylindrical-coordinate representation of color #8BE8E2: hue angle of 176.13º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE8E2 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB139232226-
CMYK0.4000.030.09
HSL176.13º66.91%72.75%-
HSV(B)176.13º40.09%90.98%-
XYZ53.2368.6982.41-
YUV203.51140.6981.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.28%
GREEN value IS 232 (91.02% from 255) = 38.86%
BLUE value IS 226 (88.67% from 255) = 37.86%
R=23.28%
G=38.86%
B=37.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392322260.4000.030.09176.1366.9172.75
Hex8BE8E228039b04349
Octal213350342500311260103111
Binary10001011111010001110001010100001110011011000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BE8E2; }

 p { color: rgb(139,232,226); }

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

<style>
 a { background-color: #8BE8E2; }

 a { background-color: rgb(139,232,226); }

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

<style>
 span { border-color: #8BE8E2; }

 span { border-color: rgb(139,232,226); }

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