#8FE8E6

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

Shades of Blizzard Blue #8FE8E6

Tints of Blizzard Blue #8FE8E6

Color information

#8FE8E6 (or 0x8FE8E6) is unknown color: approx Blizzard Blue. HEX triplet: 8F, E8 and E6. RGB value is (143,232,230). Sum of RGB (Red+Green+Blue) = 143+232+230=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE8E6 is #701719. Grayscale: #CDCDCD. Windows color (decimal): -7345946 or 15132815. OLE color: 15132815.

HSL color Cylindrical-coordinate representation of color #8FE8E6: hue angle of 178.65º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE8E6 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB143232230-
CMYK0.3800.010.09
HSL178.65º65.93%73.53%-
HSV(B)178.65º38.36%90.98%-
XYZ54.4769.2785.36-
YUV205.16142.0183.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.64%
GREEN value IS 232 (91.02% from 255) = 38.35%
BLUE value IS 230 (90.23% from 255) = 38.02%
R=23.64%
G=38.35%
B=38.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1432322300.3800.010.09178.6565.9373.53
Hex8FE8E626019b3424a
Octal217350346460111263102112
Binary1000111111101000111001101001100110011011001110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,232,230); }

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

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

 a { background-color: rgb(143,232,230); }

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

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

 span { border-color: rgb(143,232,230); }

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