#ACE4ED

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

Shades of Blizzard Blue #ACE4ED

Tints of Blizzard Blue #ACE4ED

Color information

#ACE4ED (or 0xACE4ED) is unknown color: approx Blizzard Blue. HEX triplet: AC, E4 and ED. RGB value is (172,228,237). Sum of RGB (Red+Green+Blue) = 172+228+237=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4ED is #531B12. Grayscale: #D4D4D4. Windows color (decimal): -5446419 or 15590572. OLE color: 15590572.

HSL color Cylindrical-coordinate representation of color #ACE4ED: hue angle of 188.31º 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 #ACE4ED is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172228237-
CMYK0.270.0400.07
HSL188.31º64.36%80.2%-
HSV(B)188.31º27.43%92.94%-
XYZ60.0470.3790.54-
YUV212.28141.9599.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=27.00%
G=35.79%
B=37.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722282370.270.0400.07188.3164.3680.2
HexACE4ED1B407bc4050
Octal25434435533407274100120
Binary1010110011100100111011011101110001111011110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE4ED; }

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

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

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

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

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

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

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

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