#ACE5FA

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

Shades of Blizzard Blue #ACE5FA

Tints of Blizzard Blue #ACE5FA

Color information

#ACE5FA (or 0xACE5FA) is unknown color: approx Blizzard Blue. HEX triplet: AC, E5 and FA. RGB value is (172,229,250). Sum of RGB (Red+Green+Blue) = 172+229+250=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5FA is #531A05. Grayscale: #D6D6D6. Windows color (decimal): -5446150 or 16442796. OLE color: 16442796.

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

Color convert

RGB172229250-
CMYK0.310.0800.02
HSL196.15º88.64%82.75%-
HSV(B)196.15º31.2%98.04%-
XYZ62.2971.71101-
YUV214.35148.1297.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.42%
GREEN value IS 229 (89.84% from 255) = 35.18%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=26.42%
G=35.18%
B=38.40%

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
Decimal1722292500.310.0800.02196.1588.6482.75
HexACE5FA1F802c45953
Octal254345372371002304131123
Binary1010110011100101111110101111110000101100010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5FA; }

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

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

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

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

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

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

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

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