#8febe2

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

Shades of Blizzard Blue #8FEBE2

Tints of Blizzard Blue #8FEBE2

Color information

#8FEBE2 (or 0x8FEBE2) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EB and E2. RGB value is (143,235,226). Sum of RGB (Red+Green+Blue) = 143+235+226=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBE2 is #70141D. Grayscale: #CECECE. Windows color (decimal): -7345182 or 14871439. OLE color: 14871439.

HSL color Cylindrical-coordinate representation of color #8FEBE2: hue angle of 174.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBE2 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB143235226-
CMYK0.3900.040.08
HSL174.13º69.7%74.12%-
HSV(B)174.13º39.15%92.16%-
XYZ54.7670.7582.72-
YUV206.47139.0282.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.68%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=23.68%
G=38.91%
B=37.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432352260.3900.040.08174.1369.774.12
Hex8FEBE227048ae464a
Octal217353342470410256106112
Binary100011111110101111100010100111010010001010111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8febe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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