#8BE8F1

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

Shades of Blizzard Blue #8BE8F1

Tints of Blizzard Blue #8BE8F1

Color information

#8BE8F1 (or 0x8BE8F1) is unknown color: approx Blizzard Blue. HEX triplet: 8B, E8 and F1. RGB value is (139,232,241). Sum of RGB (Red+Green+Blue) = 139+232+241=612 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.71% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BE8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE8F1 is #74170E. Grayscale: #CDCDCD. Windows color (decimal): -7608079 or 15853707. OLE color: 15853707.

HSL color Cylindrical-coordinate representation of color #8BE8F1: hue angle of 185.29º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BE8F1 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139232241-
CMYK0.420.0400.05
HSL185.29º78.46%74.51%-
HSV(B)185.29º42.32%94.51%-
XYZ55.3869.5593.73-
YUV205.22148.1980.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.71%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=22.71%
G=37.91%
B=39.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392322410.420.0400.05185.2978.4674.51
Hex8BE8F12A405b94e4b
Octal21335036152405271116113
Binary10001011111010001111000110101010001011011100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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