Shades of Powder Blue #ACDFE3
Tints of Powder Blue #ACDFE3
RGB
CMYK
RGB Variations
Color information
#ACDFE3 (or 0xACDFE3) is known color: 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
| RGB | 172 | 223 | 227 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.11 |
| HSL | 184.36º | 0.5% | 0.78% | - |
| HSV(B) | 184.36º | 0.24% | 0.89% | - |
| XYZ | 57.27 | 67.09 | 82.6 | - |
| YUV | 208.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 227 | 0.24 | 0.02 | 0 | 0.11 | 184.36 | 0.5 | 0.78 |
| Hex | AC | DF | E3 | 18 | 2 | 0 | B | B8 | 32 | 4E |
| Octal | 254 | 337 | 343 | 30 | 2 | 0 | 13 | 270 | 62 | 116 |
| Binary | 10101100 | 11011111 | 11100011 | 11000 | 10 | 0 | 1011 | 10111000 | 110010 | 1001110 |
Color Harmonies of #ACDFE3
Complementary color
Monochromatic Colors of #ACDFE3
Black with #ACDFE3
Text Example
Text Example
White with #ACDFE3
Text Example
Text Example
HTML Codes & Css Web 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>