#8FE1EE

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

Shades of Blizzard Blue #8FE1EE

Tints of Blizzard Blue #8FE1EE

Color information

#8FE1EE (or 0x8FE1EE) is unknown color: approx Blizzard Blue. HEX triplet: 8F, E1 and EE. RGB value is (143,225,238). Sum of RGB (Red+Green+Blue) = 143+225+238=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE1EE is #701E11. Grayscale: #C9C9C9. Windows color (decimal): -7347730 or 15655311. OLE color: 15655311.

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

Color convert

RGB143225238-
CMYK0.400.0500.07
HSL188.21º73.64%74.71%-
HSV(B)188.21º39.92%93.33%-
XYZ53.6965.8690.77-
YUV201.96148.3385.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.60%
GREEN value IS 225 (88.28% from 255) = 37.13%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=23.60%
G=37.13%
B=39.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432252380.400.0500.07188.2173.6474.71
Hex8FE1EE28507bc4a4b
Octal21734135650507274112113
Binary10001111111000011110111010100010101111011110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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