#8BE6EB

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

Shades of Blizzard Blue #8BE6EB

Tints of Blizzard Blue #8BE6EB

Color information

#8BE6EB (or 0x8BE6EB) is unknown color: approx Blizzard Blue. HEX triplet: 8B, E6 and EB. RGB value is (139,230,235). Sum of RGB (Red+Green+Blue) = 139+230+235=604 (80% of max value = 765). Red value is 139 (54.69% from 255 or 23.01% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BE6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE6EB is #741914. Grayscale: #CBCBCB. Windows color (decimal): -7608597 or 15459979. OLE color: 15459979.

HSL color Cylindrical-coordinate representation of color #8BE6EB: hue angle of 183.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BE6EB is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139230235-
CMYK0.410.0200.08
HSL183.12º70.59%73.33%-
HSV(B)183.12º40.85%92.16%-
XYZ53.9468.0888.9-
YUV203.36145.8582.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.01%
GREEN value IS 230 (90.23% from 255) = 38.08%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=23.01%
G=38.08%
B=38.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392302350.410.0200.08183.1270.5973.33
Hex8BE6EB29208b74749
Octal213346353512010267107111
Binary10001011111001101110101110100110010001011011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,230,235); }

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

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

 a { background-color: rgb(139,230,235); }

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

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

 span { border-color: rgb(139,230,235); }

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