#8BE2EF

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

Shades of Blizzard Blue #8BE2EF

Tints of Blizzard Blue #8BE2EF

Color information

#8BE2EF (or 0x8BE2EF) is unknown color: approx Blizzard Blue. HEX triplet: 8B, E2 and EF. RGB value is (139,226,239). Sum of RGB (Red+Green+Blue) = 139+226+239=604 (80% of max value = 765). Red value is 139 (54.69% from 255 or 23.01% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BE2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE2EF is #741D10. Grayscale: #C9C9C9. Windows color (decimal): -7609617 or 15721099. OLE color: 15721099.

HSL color Cylindrical-coordinate representation of color #8BE2EF: hue angle of 187.8º 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 #8BE2EF is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139226239-
CMYK0.420.0500.06
HSL187.8º75.76%74.12%-
HSV(B)187.8º41.84%93.73%-
XYZ53.4266.1191.61-
YUV201.47149.1883.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.01%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=23.01%
G=37.42%
B=39.57%

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
Decimal1392262390.420.0500.06187.875.7674.12
Hex8BE2EF2A506bc4c4a
Octal21334235752506274114112
Binary10001011111000101110111110101010101101011110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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