#ACDFE7

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

Shades of Powder Blue #ACDFE7

Tints of Powder Blue #ACDFE7

Color information

#ACDFE7 (or 0xACDFE7) is unknown color: approx Powder Blue. HEX triplet: AC, DF and E7. RGB value is (172,223,231). Sum of RGB (Red+Green+Blue) = 172+223+231=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACDFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFE7 is #532018. Grayscale: #D0D0D0. Windows color (decimal): -5447705 or 15196076. OLE color: 15196076.

HSL color Cylindrical-coordinate representation of color #ACDFE7: hue angle of 188.14º degrees, saturation: 0.55, 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 #ACDFE7 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172223231-
CMYK0.260.0300.09
HSL188.14º55.14%79.02%-
HSV(B)188.14º25.54%90.59%-
XYZ57.8267.3285.55-
YUV208.66140.6101.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 231 (90.62% from 255) = 36.90%
R=27.48%
G=35.62%
B=36.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722232310.260.0300.09188.1455.1479.02
HexACDFE71A309bc374f
Octal25433734732301127467117
Binary101011001101111111100111110101101001101111001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFE7; }

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

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

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

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

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

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

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

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