#ACE0DE

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

Shades of Powder Blue #ACE0DE

Tints of Powder Blue #ACE0DE

Color information

#ACE0DE (or 0xACE0DE) is unknown color: approx Powder Blue. HEX triplet: AC, E0 and DE. RGB value is (172,224,222). Sum of RGB (Red+Green+Blue) = 172+224+222=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0DE is #531F21. Grayscale: #D0D0D0. Windows color (decimal): -5447458 or 14606508. OLE color: 14606508.

HSL color Cylindrical-coordinate representation of color #ACE0DE: hue angle of 177.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0DE is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB172224222-
CMYK0.2300.010.12
HSL177.69º45.61%77.65%-
HSV(B)177.69º23.21%87.84%-
XYZ56.8567.3679.11-
YUV208.22135.77102.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 224 (87.89% from 255) = 36.25%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=27.83%
G=36.25%
B=35.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722242220.2300.010.12177.6945.6177.65
HexACE0DE1701Cb22e4e
Octal25434033627011426256116
Binary10101100111000001101111010111011100101100101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0DE; }

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

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

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

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

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

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

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

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