#8FECEE

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

Shades of Blizzard Blue #8FECEE

Tints of Blizzard Blue #8FECEE

Color information

#8FECEE (or 0x8FECEE) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EC and EE. RGB value is (143,236,238). Sum of RGB (Red+Green+Blue) = 143+236+238=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECEE is #701311. Grayscale: #D0D0D0. Windows color (decimal): -7344914 or 15658127. OLE color: 15658127.

HSL color Cylindrical-coordinate representation of color #8FECEE: hue angle of 181.26º 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 #8FECEE is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143236238-
CMYK0.400.0100.07
HSL181.26º73.64%74.71%-
HSV(B)181.26º39.92%93.33%-
XYZ56.767291.8-
YUV208.42144.6981.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.18%
GREEN value IS 236 (92.58% from 255) = 38.25%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=23.18%
G=38.25%
B=38.57%

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
Decimal1432362380.400.0100.07181.2673.6474.71
Hex8FECEE28107b54a4b
Octal21735435650107265112113
Binary100011111110110011101110101000101111011010110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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