#8FE7F3

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

Shades of Blizzard Blue #8FE7F3

Tints of Blizzard Blue #8FE7F3

Color information

#8FE7F3 (or 0x8FE7F3) is unknown color: approx Blizzard Blue. HEX triplet: 8F, E7 and F3. RGB value is (143,231,243). Sum of RGB (Red+Green+Blue) = 143+231+243=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #8FE7F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE7F3 is #70180C. Grayscale: #CDCDCD. Windows color (decimal): -7346189 or 15984527. OLE color: 15984527.

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

Color convert

RGB143231243-
CMYK0.410.0500.05
HSL187.2º80.65%75.69%-
HSV(B)187.2º41.15%95.29%-
XYZ56.0869.4695.25-
YUV206.06148.8583.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.18%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=23.18%
G=37.44%
B=39.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432312430.410.0500.05187.280.6575.69
Hex8FE7F329505bb514c
Octal21734736351505273121114
Binary10001111111001111111001110100110101011011101110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,231,243); }

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

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

 a { background-color: rgb(143,231,243); }

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

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

 span { border-color: rgb(143,231,243); }

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