#8BEAE4

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

Shades of Blizzard Blue #8BEAE4

Tints of Blizzard Blue #8BEAE4

Color information

#8BEAE4 (or 0x8BEAE4) is unknown color: approx Blizzard Blue. HEX triplet: 8B, EA and E4. RGB value is (139,234,228). Sum of RGB (Red+Green+Blue) = 139+234+228=601 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.13% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEAE4 is #74151B. Grayscale: #CCCCCC. Windows color (decimal): -7607580 or 15002251. OLE color: 15002251.

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

Color convert

RGB139234228-
CMYK0.4100.030.08
HSL176.21º69.34%73.14%-
HSV(B)176.21º40.6%91.76%-
XYZ54.0769.9484.05-
YUV204.91141.0380.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.13%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=23.13%
G=38.94%
B=37.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392342280.4100.030.08176.2169.3473.14
Hex8BEAE429038b04549
Octal213352344510310260105111
Binary10001011111010101110010010100101110001011000010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,234,228); }

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

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

 a { background-color: rgb(139,234,228); }

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

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

 span { border-color: rgb(139,234,228); }

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