#8FE0EB

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

Shades of Blizzard Blue #8FE0EB

Tints of Blizzard Blue #8FE0EB

Color information

#8FE0EB (or 0x8FE0EB) is unknown color: approx Blizzard Blue. HEX triplet: 8F, E0 and EB. RGB value is (143,224,235). Sum of RGB (Red+Green+Blue) = 143+224+235=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FE0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE0EB is #701F14. Grayscale: #C8C8C8. Windows color (decimal): -7347989 or 15458447. OLE color: 15458447.

HSL color Cylindrical-coordinate representation of color #8FE0EB: hue angle of 187.17º 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 #8FE0EB is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143224235-
CMYK0.390.0500.08
HSL187.17º69.7%74.12%-
HSV(B)187.17º39.15%92.16%-
XYZ52.9865.1588.38-
YUV201.04147.1686.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.75%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=23.75%
G=37.21%
B=39.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432242350.390.0500.08187.1769.774.12
Hex8FE0EB27508bb464a
Octal217340353475010273106112
Binary100011111110000011101011100111101010001011101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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