#8febee

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

Shades of Blizzard Blue #8FEBEE

Tints of Blizzard Blue #8FEBEE

Color information

#8FEBEE (or 0x8FEBEE) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EB and EE. RGB value is (143,235,238). Sum of RGB (Red+Green+Blue) = 143+235+238=616 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.21% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBEE is #701411. Grayscale: #CFCFCF. Windows color (decimal): -7345170 or 15657871. OLE color: 15657871.

HSL color Cylindrical-coordinate representation of color #8FEBEE: hue angle of 181.89º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEBEE is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143235238-
CMYK0.400.0100.07
HSL181.89º73.64%74.71%-
HSV(B)181.89º39.92%93.33%-
XYZ56.4771.4391.7-
YUV207.83145.0281.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.21%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=23.21%
G=38.15%
B=38.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432352380.400.0100.07181.8973.6474.71
Hex8FEBEE28107b64a4b
Octal21735335650107266112113
Binary100011111110101111101110101000101111011011010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8febee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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