#8BE4EF

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

Shades of Blizzard Blue #8BE4EF

Tints of Blizzard Blue #8BE4EF

Color information

#8BE4EF (or 0x8BE4EF) is unknown color: approx Blizzard Blue. HEX triplet: 8B, E4 and EF. RGB value is (139,228,239). Sum of RGB (Red+Green+Blue) = 139+228+239=606 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.94% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BE4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE4EF is #741B10. Grayscale: #CACACA. Windows color (decimal): -7609105 or 15721611. OLE color: 15721611.

HSL color Cylindrical-coordinate representation of color #8BE4EF: hue angle of 186.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BE4EF is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139228239-
CMYK0.420.0500.06
HSL186.6º75.76%74.12%-
HSV(B)186.6º41.84%93.73%-
XYZ53.9767.2191.79-
YUV202.64148.5182.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.94%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=22.94%
G=37.62%
B=39.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392282390.420.0500.06186.675.7674.12
Hex8BE4EF2A506bb4c4a
Octal21334435752506273114112
Binary10001011111001001110111110101010101101011101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,228,239); }

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

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

 a { background-color: rgb(139,228,239); }

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

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

 span { border-color: rgb(139,228,239); }

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