#8FECE7

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

Shades of Blizzard Blue #8FECE7

Tints of Blizzard Blue #8FECE7

Color information

#8FECE7 (or 0x8FECE7) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EC and E7. RGB value is (143,236,231). Sum of RGB (Red+Green+Blue) = 143+236+231=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECE7 is #701318. Grayscale: #CFCFCF. Windows color (decimal): -7344921 or 15199375. OLE color: 15199375.

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

Color convert

RGB143236231-
CMYK0.3900.020.07
HSL176.77º70.99%74.31%-
HSV(B)176.77º39.41%92.55%-
XYZ55.7571.686.48-
YUV207.62141.1981.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.44%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=23.44%
G=38.69%
B=37.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432362310.3900.020.07176.7770.9974.31
Hex8FECE727027b1474a
Octal21735434747027261107112
Binary1000111111101100111001111001110101111011000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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