#8FE4EE

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

Shades of Blizzard Blue #8FE4EE

Tints of Blizzard Blue #8FE4EE

Color information

#8FE4EE (or 0x8FE4EE) is unknown color: approx Blizzard Blue. HEX triplet: 8F, E4 and EE. RGB value is (143,228,238). Sum of RGB (Red+Green+Blue) = 143+228+238=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FE4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE4EE is #701B11. Grayscale: #CBCBCB. Windows color (decimal): -7346962 or 15656079. OLE color: 15656079.

HSL color Cylindrical-coordinate representation of color #8FE4EE: hue angle of 186.32º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FE4EE is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143228238-
CMYK0.400.0400.07
HSL186.32º73.64%74.71%-
HSV(B)186.32º39.92%93.33%-
XYZ54.567.591.04-
YUV203.72147.3484.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.48%
GREEN value IS 228 (89.45% from 255) = 37.44%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=23.48%
G=37.44%
B=39.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432282380.400.0400.07186.3273.6474.71
Hex8FE4EE28407ba4a4b
Octal21734435650407272112113
Binary10001111111001001110111010100010001111011101010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,228,238); }

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

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

 a { background-color: rgb(143,228,238); }

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

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

 span { border-color: rgb(143,228,238); }

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