#ACE7F5

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

Shades of Blizzard Blue #ACE7F5

Tints of Blizzard Blue #ACE7F5

Color information

#ACE7F5 (or 0xACE7F5) is unknown color: approx Blizzard Blue. HEX triplet: AC, E7 and F5. RGB value is (172,231,245). Sum of RGB (Red+Green+Blue) = 172+231+245=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACE7F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7F5 is #53180A. Grayscale: #D6D6D6. Windows color (decimal): -5445643 or 16115628. OLE color: 16115628.

HSL color Cylindrical-coordinate representation of color #ACE7F5: hue angle of 191.51º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE7F5 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172231245-
CMYK0.300.0600.04
HSL191.51º78.49%81.76%-
HSV(B)191.51º29.8%96.08%-
XYZ62.0772.5297.11-
YUV214.96144.9597.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.54%
GREEN value IS 231 (90.62% from 255) = 35.65%
BLUE value IS 245 (96.09% from 255) = 37.81%
R=26.54%
G=35.65%
B=37.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722312450.300.0600.04191.5178.4981.76
HexACE7F51E604c04e52
Octal25434736536604300116122
Binary1010110011100111111101011111011001001100000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE7F5; }

 p { color: rgb(172,231,245); }

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

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

 a { background-color: rgb(172,231,245); }

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

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

 span { border-color: rgb(172,231,245); }

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