#8FEBF1

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

Shades of Blizzard Blue #8FEBF1

Tints of Blizzard Blue #8FEBF1

Color information

#8FEBF1 (or 0x8FEBF1) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EB and F1. RGB value is (143,235,241). Sum of RGB (Red+Green+Blue) = 143+235+241=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBF1 is #70140E. Grayscale: #D0D0D0. Windows color (decimal): -7345167 or 15854479. OLE color: 15854479.

HSL color Cylindrical-coordinate representation of color #8FEBF1: hue angle of 183.67º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FEBF1 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB143235241-
CMYK0.410.0200.05
HSL183.67º77.78%75.29%-
HSV(B)183.67º40.66%94.51%-
XYZ56.9171.6194.04-
YUV208.18146.5281.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.10%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=23.10%
G=37.96%
B=38.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432352410.410.0200.05183.6777.7875.29
Hex8FEBF129205b84e4b
Octal21735336151205270116113
Binary1000111111101011111100011010011001011011100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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