#ACE4EF

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

Shades of Blizzard Blue #ACE4EF

Tints of Blizzard Blue #ACE4EF

Color information

#ACE4EF (or 0xACE4EF) is unknown color: approx Blizzard Blue. HEX triplet: AC, E4 and EF. RGB value is (172,228,239). Sum of RGB (Red+Green+Blue) = 172+228+239=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4EF is #531B10. Grayscale: #D4D4D4. Windows color (decimal): -5446417 or 15721644. OLE color: 15721644.

HSL color Cylindrical-coordinate representation of color #ACE4EF: hue angle of 189.85º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE4EF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172228239-
CMYK0.280.0500.06
HSL189.85º67.68%80.59%-
HSV(B)189.85º28.03%93.73%-
XYZ60.3470.4992.09-
YUV212.51142.9599.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=26.92%
G=35.68%
B=37.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722282390.280.0500.06189.8567.6880.59
HexACE4EF1C506be4451
Octal25434435734506276104121
Binary1010110011100100111011111110010101101011111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE4EF; }

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

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

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

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

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

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

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

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