#ACDFE9

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

Shades of Powder Blue #ACDFE9

Tints of Powder Blue #ACDFE9

Color information

#ACDFE9 (or 0xACDFE9) is unknown color: approx Powder Blue. HEX triplet: AC, DF and E9. RGB value is (172,223,233). Sum of RGB (Red+Green+Blue) = 172+223+233=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACDFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFE9 is #532016. Grayscale: #D0D0D0. Windows color (decimal): -5447703 or 15327148. OLE color: 15327148.

HSL color Cylindrical-coordinate representation of color #ACDFE9: hue angle of 189.84º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDFE9 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172223233-
CMYK0.260.0400.09
HSL189.84º58.1%79.41%-
HSV(B)189.84º26.18%91.37%-
XYZ58.1167.4387.04-
YUV208.89141.6101.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=27.39%
G=35.51%
B=37.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722232330.260.0400.09189.8458.179.41
HexACDFE91A409be3a4f
Octal25433735132401127672117
Binary1010110011011111111010011101010001001101111101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFE9; }

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

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

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

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

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

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

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

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