#ACE5F3

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

Shades of Blizzard Blue #ACE5F3

Tints of Blizzard Blue #ACE5F3

Color information

#ACE5F3 (or 0xACE5F3) is unknown color: approx Blizzard Blue. HEX triplet: AC, E5 and F3. RGB value is (172,229,243). Sum of RGB (Red+Green+Blue) = 172+229+243=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACE5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5F3 is #531A0C. Grayscale: #D5D5D5. Windows color (decimal): -5446157 or 15984044. OLE color: 15984044.

HSL color Cylindrical-coordinate representation of color #ACE5F3: hue angle of 191.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACE5F3 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172229243-
CMYK0.290.0600.05
HSL191.83º74.74%81.37%-
HSV(B)191.83º29.22%95.29%-
XYZ61.2171.2895.33-
YUV213.55144.6298.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.71%
GREEN value IS 229 (89.84% from 255) = 35.56%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=26.71%
G=35.56%
B=37.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722292430.290.0600.05191.8374.7481.37
HexACE5F31D605c04b51
Octal25434536335605300113121
Binary1010110011100101111100111110111001011100000010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5F3; }

 p { color: rgb(172,229,243); }

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

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

 a { background-color: rgb(172,229,243); }

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

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

 span { border-color: rgb(172,229,243); }

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