#8BE0E9

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

Shades of Blizzard Blue #8BE0E9

Tints of Blizzard Blue #8BE0E9

Color information

#8BE0E9 (or 0x8BE0E9) is unknown color: approx Blizzard Blue. HEX triplet: 8B, E0 and E9. RGB value is (139,224,233). Sum of RGB (Red+Green+Blue) = 139+224+233=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #8BE0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE0E9 is #741F16. Grayscale: #C7C7C7. Windows color (decimal): -7610135 or 15327371. OLE color: 15327371.

HSL color Cylindrical-coordinate representation of color #8BE0E9: hue angle of 185.74º degrees, saturation: 0.68, 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 #8BE0E9 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139224233-
CMYK0.400.0400.09
HSL185.74º68.12%72.94%-
HSV(B)185.74º40.34%91.37%-
XYZ52.0164.6886.83-
YUV199.61146.8484.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.32%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 233 (91.41% from 255) = 39.09%
R=23.32%
G=37.58%
B=39.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392242330.400.0400.09185.7468.1272.94
Hex8BE0E928409ba4449
Octal213340351504011272104111
Binary100010111110000011101001101000100010011011101010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,224,233); }

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

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

 a { background-color: rgb(139,224,233); }

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

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

 span { border-color: rgb(139,224,233); }

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