#ACE8FC

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

Shades of Blizzard Blue #ACE8FC

Tints of Blizzard Blue #ACE8FC

Color information

#ACE8FC (or 0xACE8FC) is unknown color: approx Blizzard Blue. HEX triplet: AC, E8 and FC. RGB value is (172,232,252). Sum of RGB (Red+Green+Blue) = 172+232+252=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8FC is #531703. Grayscale: #D8D8D8. Windows color (decimal): -5445380 or 16574636. OLE color: 16574636.

HSL color Cylindrical-coordinate representation of color #ACE8FC: hue angle of 195º 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 #ACE8FC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172232252-
CMYK0.320.0800.01
HSL195º93.02%83.14%-
HSV(B)195º31.75%98.82%-
XYZ63.4473.51102.94-
YUV216.34148.1296.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.22%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=26.22%
G=35.37%
B=38.41%

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
Decimal1722322520.320.0800.0119593.0283.14
HexACE8FC20801c35d53
Octal254350374401001303135123
Binary1010110011101000111111001000001000011100001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE8FC; }

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

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

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

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

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

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

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

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