#8febef

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

Shades of Blizzard Blue #8FEBEF

Tints of Blizzard Blue #8FEBEF

Color information

#8FEBEF (or 0x8FEBEF) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EB and EF. RGB value is (143,235,239). Sum of RGB (Red+Green+Blue) = 143+235+239=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FEBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBEF is #701410. Grayscale: #CFCFCF. Windows color (decimal): -7345169 or 15723407. OLE color: 15723407.

HSL color Cylindrical-coordinate representation of color #8FEBEF: hue angle of 182.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEBEF is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143235239-
CMYK0.400.0200.06
HSL182.5º75%74.9%-
HSV(B)182.5º40.17%93.73%-
XYZ56.6271.4992.48-
YUV207.95145.5281.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.18%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=23.18%
G=38.09%
B=38.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432352390.400.0200.06182.57574.9
Hex8FEBEF28206b64b4b
Octal21735335750206266113113
Binary1000111111101011111011111010001001101011011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8febef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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