#ACDFE3

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

Shades of Powder Blue #ACDFE3

Tints of Powder Blue #ACDFE3

Color information

#ACDFE3 (or 0xACDFE3) is unknown color: approx Powder Blue. HEX triplet: AC, DF and E3. RGB value is (172,223,227). Sum of RGB (Red+Green+Blue) = 172+223+227=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACDFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFE3 is #53201C. Grayscale: #D0D0D0. Windows color (decimal): -5447709 or 14933932. OLE color: 14933932.

HSL color Cylindrical-coordinate representation of color #ACDFE3: hue angle of 184.36º degrees, saturation: 0.5, 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 #ACDFE3 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172223227-
CMYK0.240.0200.11
HSL184.36º49.55%78.24%-
HSV(B)184.36º24.23%89.02%-
XYZ57.2767.0982.6-
YUV208.21138.6102.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.65%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 227 (89.06% from 255) = 36.50%
R=27.65%
G=35.85%
B=36.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722232270.240.0200.11184.3649.5578.24
HexACDFE31820Bb8324e
Octal25433734330201327062116
Binary101011001101111111100011110001001011101110001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFE3; }

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

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

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

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

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

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

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

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