#8FEFEA

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

Shades of Blizzard Blue #8FEFEA

Tints of Blizzard Blue #8FEFEA

Color information

#8FEFEA (or 0x8FEFEA) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EF and EA. RGB value is (143,239,234). Sum of RGB (Red+Green+Blue) = 143+239+234=616 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.21% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFEA is #701015. Grayscale: #D1D1D1. Windows color (decimal): -7344150 or 15396751. OLE color: 15396751.

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

Color convert

RGB143239234-
CMYK0.4000.020.06
HSL176.88º75%74.9%-
HSV(B)176.88º40.17%93.73%-
XYZ57.0573.5189.02-
YUV209.73141.780.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.21%
GREEN value IS 239 (93.75% from 255) = 38.80%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=23.21%
G=38.80%
B=37.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432392340.4000.020.06176.887574.9
Hex8FEFEA28026b14b4b
Octal21735735250026261113113
Binary1000111111101111111010101010000101101011000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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