#8BEAEE

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

Shades of Blizzard Blue #8BEAEE

Tints of Blizzard Blue #8BEAEE

Color information

#8BEAEE (or 0x8BEAEE) is unknown color: approx Blizzard Blue. HEX triplet: 8B, EA and EE. RGB value is (139,234,238). Sum of RGB (Red+Green+Blue) = 139+234+238=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BEAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAEE is #741511. Grayscale: #CDCDCD. Windows color (decimal): -7607570 or 15657611. OLE color: 15657611.

HSL color Cylindrical-coordinate representation of color #8BEAEE: hue angle of 182.42º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEAEE is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139234238-
CMYK0.420.0200.07
HSL182.42º74.44%73.92%-
HSV(B)182.42º41.6%93.33%-
XYZ55.570.5191.57-
YUV206.05146.0380.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.75%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=22.75%
G=38.30%
B=38.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392342380.420.0200.07182.4274.4473.92
Hex8BEAEE2A207b64a4a
Octal21335235652207266112112
Binary1000101111101010111011101010101001111011011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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