#8FE7EF

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

Shades of Blizzard Blue #8FE7EF

Tints of Blizzard Blue #8FE7EF

Color information

#8FE7EF (or 0x8FE7EF) is unknown color: approx Blizzard Blue. HEX triplet: 8F, E7 and EF. RGB value is (143,231,239). Sum of RGB (Red+Green+Blue) = 143+231+239=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FE7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE7EF is #701810. Grayscale: #CDCDCD. Windows color (decimal): -7346193 or 15722383. OLE color: 15722383.

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

Color convert

RGB143231239-
CMYK0.400.0300.06
HSL185º75%74.9%-
HSV(B)185º40.17%93.73%-
XYZ55.4869.2292.1-
YUV205.6146.8583.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.33%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=23.33%
G=37.68%
B=38.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432312390.400.0300.061857574.9
Hex8FE7EF28306b94b4b
Octal21734735750306271113113
Binary1000111111100111111011111010001101101011100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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