#8FEDE7

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

Shades of Blizzard Blue #8FEDE7

Tints of Blizzard Blue #8FEDE7

Color information

#8FEDE7 (or 0x8FEDE7) is unknown color: approx Blizzard Blue. HEX triplet: 8F, ED and E7. RGB value is (143,237,231). Sum of RGB (Red+Green+Blue) = 143+237+231=611 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.40% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDE7 is #701218. Grayscale: #D0D0D0. Windows color (decimal): -7344665 or 15199631. OLE color: 15199631.

HSL color Cylindrical-coordinate representation of color #8FEDE7: hue angle of 176.17º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDE7 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB143237231-
CMYK0.4000.030.07
HSL176.17º72.31%74.51%-
HSV(B)176.17º39.66%92.94%-
XYZ56.0472.1886.58-
YUV208.21140.8681.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.40%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 231 (90.62% from 255) = 37.81%
R=23.40%
G=38.79%
B=37.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432372310.4000.030.07176.1772.3174.51
Hex8FEDE728037b0484b
Octal21735534750037260110113
Binary1000111111101101111001111010000111111011000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,237,231); }

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

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

 a { background-color: rgb(143,237,231); }

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

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

 span { border-color: rgb(143,237,231); }

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