#8BEAEA

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

Shades of Blizzard Blue #8BEAEA

Tints of Blizzard Blue #8BEAEA

Color information

#8BEAEA (or 0x8BEAEA) is unknown color: approx Blizzard Blue. HEX triplet: 8B, EA and EA. RGB value is (139,234,234). Sum of RGB (Red+Green+Blue) = 139+234+234=607 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.90% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #8BEAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAEA is #741515. Grayscale: #CDCDCD. Windows color (decimal): -7607574 or 15395467. OLE color: 15395467.

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

Color convert

RGB139234234-
CMYK0.41000.08
HSL180º69.34%73.14%-
HSV(B)180º40.6%91.76%-
XYZ54.9270.2888.51-
YUV205.6144.0380.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.90%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=22.90%
G=38.55%
B=38.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392342340.41000.0818069.3473.14
Hex8BEAEA29008b44549
Octal213352352510010264105111
Binary1000101111101010111010101010010010001011010010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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