#8FEBF8

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

Shades of Blizzard Blue #8FEBF8

Tints of Blizzard Blue #8FEBF8

Color information

#8FEBF8 (or 0x8FEBF8) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EB and F8. RGB value is (143,235,248). Sum of RGB (Red+Green+Blue) = 143+235+248=626 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.84% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FEBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBF8 is #701407. Grayscale: #D0D0D0. Windows color (decimal): -7345160 or 16313231. OLE color: 16313231.

HSL color Cylindrical-coordinate representation of color #8FEBF8: hue angle of 187.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FEBF8 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB143235248-
CMYK0.420.0500.03
HSL187.43º88.24%76.67%-
HSV(B)187.43º42.34%97.25%-
XYZ57.9872.0399.65-
YUV208.97150.0280.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.84%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 248 (97.27% from 255) = 39.62%
R=22.84%
G=37.54%
B=39.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432352480.420.0500.03187.4388.2476.67
Hex8FEBF82A503bb584d
Octal21735337052503273130115
Binary1000111111101011111110001010101010111011101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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