#8BE7F1

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

Shades of Blizzard Blue #8BE7F1

Tints of Blizzard Blue #8BE7F1

Color information

#8BE7F1 (or 0x8BE7F1) is unknown color: approx Blizzard Blue. HEX triplet: 8B, E7 and F1. RGB value is (139,231,241). Sum of RGB (Red+Green+Blue) = 139+231+241=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BE7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE7F1 is #74180E. Grayscale: #CCCCCC. Windows color (decimal): -7608335 or 15853451. OLE color: 15853451.

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

Color convert

RGB139231241-
CMYK0.420.0400.05
HSL185.88º78.46%74.51%-
HSV(B)185.88º42.32%94.51%-
XYZ55.168.9993.63-
YUV204.63148.5281.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.75%
GREEN value IS 231 (90.62% from 255) = 37.81%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=22.75%
G=37.81%
B=39.44%

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
Decimal1392312410.420.0400.05185.8878.4674.51
Hex8BE7F12A405ba4e4b
Octal21334736152405272116113
Binary10001011111001111111000110101010001011011101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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