#8FE2EB

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

Shades of Blizzard Blue #8FE2EB

Tints of Blizzard Blue #8FE2EB

Color information

#8FE2EB (or 0x8FE2EB) is unknown color: approx Blizzard Blue. HEX triplet: 8F, E2 and EB. RGB value is (143,226,235). Sum of RGB (Red+Green+Blue) = 143+226+235=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FE2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE2EB is #701D14. Grayscale: #CACACA. Windows color (decimal): -7347477 or 15458959. OLE color: 15458959.

HSL color Cylindrical-coordinate representation of color #8FE2EB: hue angle of 185.87º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FE2EB is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143226235-
CMYK0.390.0400.08
HSL185.87º69.7%74.12%-
HSV(B)185.87º39.15%92.16%-
XYZ53.5266.2388.56-
YUV202.21146.585.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.68%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=23.68%
G=37.42%
B=38.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432262350.390.0400.08185.8769.774.12
Hex8FE2EB27408ba464a
Octal217342353474010272106112
Binary100011111110001011101011100111100010001011101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,226,235); }

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

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

 a { background-color: rgb(143,226,235); }

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

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

 span { border-color: rgb(143,226,235); }

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