#8BEDE4

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

Shades of Blizzard Blue #8BEDE4

Tints of Blizzard Blue #8BEDE4

Color information

#8BEDE4 (or 0x8BEDE4) is unknown color: approx Blizzard Blue. HEX triplet: 8B, ED and E4. RGB value is (139,237,228). Sum of RGB (Red+Green+Blue) = 139+237+228=604 (80% of max value = 765). Red value is 139 (54.69% from 255 or 23.01% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEDE4 is #74121B. Grayscale: #CECECE. Windows color (decimal): -7606812 or 15003019. OLE color: 15003019.

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

Color convert

RGB139237228-
CMYK0.4100.040.07
HSL174.49º73.13%73.73%-
HSV(B)174.49º41.35%92.94%-
XYZ54.9471.6684.33-
YUV206.67140.0379.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.01%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=23.01%
G=39.24%
B=37.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392372280.4100.040.07174.4973.1373.73
Hex8BEDE429047ae494a
Octal21335534451047256111112
Binary10001011111011011110010010100101001111010111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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