#ACEBF7

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

Shades of Blizzard Blue #ACEBF7

Tints of Blizzard Blue #ACEBF7

Color information

#ACEBF7 (or 0xACEBF7) is unknown color: approx Blizzard Blue. HEX triplet: AC, EB and F7. RGB value is (172,235,247). Sum of RGB (Red+Green+Blue) = 172+235+247=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACEBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBF7 is #531408. Grayscale: #D9D9D9. Windows color (decimal): -5444617 or 16247724. OLE color: 16247724.

HSL color Cylindrical-coordinate representation of color #ACEBF7: hue angle of 189.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACEBF7 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172235247-
CMYK0.300.0500.03
HSL189.6º82.42%82.16%-
HSV(B)189.6º30.36%96.86%-
XYZ63.5174.999.11-
YUV217.53144.6395.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.30%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=26.30%
G=35.93%
B=37.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722352470.300.0500.03189.682.4282.16
HexACEBF71E503be5252
Octal25435336736503276122122
Binary101011001110101111110111111101010111011111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBF7; }

 p { color: rgb(172,235,247); }

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

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

 a { background-color: rgb(172,235,247); }

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

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

 span { border-color: rgb(172,235,247); }

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