#8BE0E8

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

Shades of Blizzard Blue #8BE0E8

Tints of Blizzard Blue #8BE0E8

Color information

#8BE0E8 (or 0x8BE0E8) is unknown color: approx Blizzard Blue. HEX triplet: 8B, E0 and E8. RGB value is (139,224,232). Sum of RGB (Red+Green+Blue) = 139+224+232=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BE0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE0E8 is #741F17. Grayscale: #C7C7C7. Windows color (decimal): -7610136 or 15261835. OLE color: 15261835.

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

Color convert

RGB139224232-
CMYK0.400.0300.09
HSL185.16º66.91%72.75%-
HSV(B)185.16º40.09%90.98%-
XYZ51.8764.6386.08-
YUV199.5146.3484.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.36%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 232 (91.02% from 255) = 38.99%
R=23.36%
G=37.65%
B=38.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392242320.400.0300.09185.1666.9172.75
Hex8BE0E828309b94349
Octal213340350503011271103111
Binary10001011111000001110100010100011010011011100110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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