#8FEFED

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

Shades of Blizzard Blue #8FEFED

Tints of Blizzard Blue #8FEFED

Color information

#8FEFED (or 0x8FEFED) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EF and ED. RGB value is (143,239,237). Sum of RGB (Red+Green+Blue) = 143+239+237=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFED is #701012. Grayscale: #D1D1D1. Windows color (decimal): -7344147 or 15593359. OLE color: 15593359.

HSL color Cylindrical-coordinate representation of color #8FEFED: hue angle of 178.75º 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 #8FEFED is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB143239237-
CMYK0.4000.010.06
HSL178.75º75%74.9%-
HSV(B)178.75º40.17%93.73%-
XYZ57.4873.6991.31-
YUV210.07143.280.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.10%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=23.10%
G=38.61%
B=38.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432392370.4000.010.06178.757574.9
Hex8FEFED28016b34b4b
Octal21735735550016263113113
Binary100011111110111111101101101000011101011001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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