#ACE9FC

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

Shades of Blizzard Blue #ACE9FC

Tints of Blizzard Blue #ACE9FC

Color information

#ACE9FC (or 0xACE9FC) is unknown color: approx Blizzard Blue. HEX triplet: AC, E9 and FC. RGB value is (172,233,252). Sum of RGB (Red+Green+Blue) = 172+233+252=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9FC is #531603. Grayscale: #D8D8D8. Windows color (decimal): -5445124 or 16574892. OLE color: 16574892.

HSL color Cylindrical-coordinate representation of color #ACE9FC: hue angle of 194.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE9FC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172233252-
CMYK0.320.0800.01
HSL194.25º93.02%83.14%-
HSV(B)194.25º31.75%98.82%-
XYZ63.7274.08103.04-
YUV216.93147.7995.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 233 (91.41% from 255) = 35.46%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=26.18%
G=35.46%
B=38.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722332520.320.0800.01194.2593.0283.14
HexACE9FC20801c25d53
Octal254351374401001302135123
Binary1010110011101001111111001000001000011100001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE9FC; }

 p { color: rgb(172,233,252); }

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

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

 a { background-color: rgb(172,233,252); }

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

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

 span { border-color: rgb(172,233,252); }

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