#8BE9EB

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

Shades of Blizzard Blue #8BE9EB

Tints of Blizzard Blue #8BE9EB

Color information

#8BE9EB (or 0x8BE9EB) is unknown color: approx Blizzard Blue. HEX triplet: 8B, E9 and EB. RGB value is (139,233,235). Sum of RGB (Red+Green+Blue) = 139+233+235=607 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.90% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BE9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE9EB is #741614. Grayscale: #CDCDCD. Windows color (decimal): -7607829 or 15460747. OLE color: 15460747.

HSL color Cylindrical-coordinate representation of color #8BE9EB: hue angle of 181.25º 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 #8BE9EB is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139233235-
CMYK0.410.0100.08
HSL181.25º70.59%73.33%-
HSV(B)181.25º40.85%92.16%-
XYZ54.7869.7689.18-
YUV205.12144.8680.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.90%
GREEN value IS 233 (91.41% from 255) = 38.39%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=22.90%
G=38.39%
B=38.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392332350.410.0100.08181.2570.5973.33
Hex8BE9EB29108b54749
Octal213351353511010265107111
Binary1000101111101001111010111010011010001011010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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