#8FEDF4

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

Shades of Blizzard Blue #8FEDF4

Tints of Blizzard Blue #8FEDF4

Color information

#8FEDF4 (or 0x8FEDF4) is unknown color: approx Blizzard Blue. HEX triplet: 8F, ED and F4. RGB value is (143,237,244). Sum of RGB (Red+Green+Blue) = 143+237+244=624 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.92% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #8FEDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDF4 is #70120B. Grayscale: #D1D1D1. Windows color (decimal): -7344652 or 16051599. OLE color: 16051599.

HSL color Cylindrical-coordinate representation of color #8FEDF4: hue angle of 184.16º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FEDF4 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB143237244-
CMYK0.410.0300.04
HSL184.16º82.11%75.88%-
HSV(B)184.16º41.39%95.69%-
XYZ57.9472.9496.61-
YUV209.69147.3680.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.92%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 244 (95.70% from 255) = 39.10%
R=22.92%
G=37.98%
B=39.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1432372440.410.0300.04184.1682.1175.88
Hex8FEDF429304b8524c
Octal21735536451304270122114
Binary1000111111101101111101001010011101001011100010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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