#ACE6FA

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

Shades of Blizzard Blue #ACE6FA

Tints of Blizzard Blue #ACE6FA

Color information

#ACE6FA (or 0xACE6FA) is unknown color: approx Blizzard Blue. HEX triplet: AC, E6 and FA. RGB value is (172,230,250). Sum of RGB (Red+Green+Blue) = 172+230+250=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6FA is #531905. Grayscale: #D6D6D6. Windows color (decimal): -5445894 or 16443052. OLE color: 16443052.

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

Color convert

RGB172230250-
CMYK0.310.0800.02
HSL195.38º88.64%82.75%-
HSV(B)195.38º31.2%98.04%-
XYZ62.5772.27101.09-
YUV214.94147.7897.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.38%
GREEN value IS 230 (90.23% from 255) = 35.28%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=26.38%
G=35.28%
B=38.34%

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
Decimal1722302500.310.0800.02195.3888.6482.75
HexACE6FA1F802c35953
Octal254346372371002303131123
Binary1010110011100110111110101111110000101100001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE6FA; }

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

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

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

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

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

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

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

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