#ACE0EA

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

Shades of Powder Blue #ACE0EA

Tints of Powder Blue #ACE0EA

Color information

#ACE0EA (or 0xACE0EA) is unknown color: approx Powder Blue. HEX triplet: AC, E0 and EA. RGB value is (172,224,234). Sum of RGB (Red+Green+Blue) = 172+224+234=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0EA is #531F15. Grayscale: #D1D1D1. Windows color (decimal): -5447446 or 15392940. OLE color: 15392940.

HSL color Cylindrical-coordinate representation of color #ACE0EA: hue angle of 189.68º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE0EA is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172224234-
CMYK0.260.0400.08
HSL189.68º59.62%79.61%-
HSV(B)189.68º26.5%91.76%-
XYZ58.5268.0287.89-
YUV209.59141.77101.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=27.30%
G=35.56%
B=37.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722242340.260.0400.08189.6859.6279.61
HexACE0EA1A408be3c50
Octal25434035232401027674120
Binary1010110011100000111010101101010001000101111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0EA; }

 p { color: rgb(172,224,234); }

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

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

 a { background-color: rgb(172,224,234); }

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

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

 span { border-color: rgb(172,224,234); }

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