#8BE9F0

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

Shades of Blizzard Blue #8BE9F0

Tints of Blizzard Blue #8BE9F0

Color information

#8BE9F0 (or 0x8BE9F0) is unknown color: approx Blizzard Blue. HEX triplet: 8B, E9 and F0. RGB value is (139,233,240). Sum of RGB (Red+Green+Blue) = 139+233+240=612 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.71% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BE9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE9F0 is #74160F. Grayscale: #CDCDCD. Windows color (decimal): -7607824 or 15788427. OLE color: 15788427.

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

Color convert

RGB139233240-
CMYK0.420.0300.06
HSL184.16º77.1%74.31%-
HSV(B)184.16º42.08%94.12%-
XYZ55.5170.0693.03-
YUV205.69147.3680.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.71%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 240 (94.14% from 255) = 39.22%
R=22.71%
G=38.07%
B=39.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392332400.420.0300.06184.1677.174.31
Hex8BE9F02A306b84d4a
Octal21335136052306270115112
Binary1000101111101001111100001010101101101011100010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,233,240); }

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

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

 a { background-color: rgb(139,233,240); }

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

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

 span { border-color: rgb(139,233,240); }

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