#8BEAEB

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

Shades of Blizzard Blue #8BEAEB

Tints of Blizzard Blue #8BEAEB

Color information

#8BEAEB (or 0x8BEAEB) is unknown color: approx Blizzard Blue. HEX triplet: 8B, EA and EB. RGB value is (139,234,235). Sum of RGB (Red+Green+Blue) = 139+234+235=608 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.86% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BEAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAEB is #741514. Grayscale: #CDCDCD. Windows color (decimal): -7607573 or 15461003. OLE color: 15461003.

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

Color convert

RGB139234235-
CMYK0.410.0000.08
HSL180.62º70.59%73.33%-
HSV(B)180.62º40.85%92.16%-
XYZ55.0770.3389.27-
YUV205.71144.5380.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.86%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=22.86%
G=38.49%
B=38.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392342350.410.0000.08180.6270.5973.33
Hex8BEAEB29008b54749
Octal213352353510010265107111
Binary1000101111101010111010111010010010001011010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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