#ACE7FA

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

Shades of Blizzard Blue #ACE7FA

Tints of Blizzard Blue #ACE7FA

Color information

#ACE7FA (or 0xACE7FA) is unknown color: approx Blizzard Blue. HEX triplet: AC, E7 and FA. RGB value is (172,231,250). Sum of RGB (Red+Green+Blue) = 172+231+250=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7FA is #531805. Grayscale: #D7D7D7. Windows color (decimal): -5445638 or 16443308. OLE color: 16443308.

HSL color Cylindrical-coordinate representation of color #ACE7FA: hue angle of 194.62º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE7FA is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172231250-
CMYK0.310.0800.02
HSL194.62º88.64%82.75%-
HSV(B)194.62º31.2%98.04%-
XYZ62.8472.82101.19-
YUV215.52147.4596.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.34%
GREEN value IS 231 (90.62% from 255) = 35.38%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=26.34%
G=35.38%
B=38.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722312500.310.0800.02194.6288.6482.75
HexACE7FA1F802c35953
Octal254347372371002303131123
Binary1010110011100111111110101111110000101100001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE7FA; }

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

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

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

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

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

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

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

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