#ACE2DF

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

Shades of Powder Blue #ACE2DF

Tints of Powder Blue #ACE2DF

Color information

#ACE2DF (or 0xACE2DF) is unknown color: approx Powder Blue. HEX triplet: AC, E2 and DF. RGB value is (172,226,223). Sum of RGB (Red+Green+Blue) = 172+226+223=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2DF is #531D20. Grayscale: #D1D1D1. Windows color (decimal): -5446945 or 14672556. OLE color: 14672556.

HSL color Cylindrical-coordinate representation of color #ACE2DF: hue angle of 176.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE2DF is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB172226223-
CMYK0.2400.010.11
HSL176.67º48.21%78.04%-
HSV(B)176.67º23.89%88.63%-
XYZ57.5368.4980-
YUV209.51135.61101.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 226 (88.67% from 255) = 36.39%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=27.70%
G=36.39%
B=35.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722262230.2400.010.11176.6748.2178.04
HexACE2DF1801Bb1304e
Octal25434233730011326160116
Binary10101100111000101101111111000011011101100011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE2DF; }

 p { color: rgb(172,226,223); }

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

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

 a { background-color: rgb(172,226,223); }

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

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

 span { border-color: rgb(172,226,223); }

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