#ACE6ED

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

Shades of Blizzard Blue #ACE6ED

Tints of Blizzard Blue #ACE6ED

Color information

#ACE6ED (or 0xACE6ED) is unknown color: approx Blizzard Blue. HEX triplet: AC, E6 and ED. RGB value is (172,230,237). Sum of RGB (Red+Green+Blue) = 172+230+237=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6ED is #531912. Grayscale: #D5D5D5. Windows color (decimal): -5445907 or 15591084. OLE color: 15591084.

HSL color Cylindrical-coordinate representation of color #ACE6ED: hue angle of 186.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE6ED is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172230237-
CMYK0.270.0300.07
HSL186.46º64.36%80.2%-
HSV(B)186.46º27.43%92.94%-
XYZ60.671.4890.72-
YUV213.46141.2898.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=26.92%
G=35.99%
B=37.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722302370.270.0300.07186.4664.3680.2
HexACE6ED1B307ba4050
Octal25434635533307272100120
Binary101011001110011011101101110111101111011101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE6ED; }

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

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

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

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

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

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

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

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