Shades of Powder Blue #ACDFE8
Tints of Powder Blue #ACDFE8
RGB
CMYK
RGB Variations
Color information
#ACDFE8 (or 0xACDFE8) is known color: Powder Blue. HEX triplet: AC, DF and E8. RGB value is (172,223,232). Sum of RGB (Red+Green+Blue) = 172+223+232=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACDFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFE8 is #532017. Grayscale: #D0D0D0. Windows color (decimal): -5447704 or 15261612. OLE color: 15261612.
HSL color Cylindrical-coordinate representation of color #ACDFE8: hue angle of 189º degrees, saturation: 0.57, 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 #ACDFE8 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 223 | 232 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.09 |
| HSL | 189º | 0.57% | 0.79% | - |
| HSV(B) | 189º | 0.26% | 0.91% | - |
| XYZ | 57.97 | 67.37 | 86.29 | - |
| YUV | 208.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 232 | 0.26 | 0.04 | 0 | 0.09 | 189 | 0.57 | 0.79 |
| Hex | AC | DF | E8 | 1A | 4 | 0 | 9 | BD | 39 | 4F |
| Octal | 254 | 337 | 350 | 32 | 4 | 0 | 11 | 275 | 71 | 117 |
| Binary | 10101100 | 11011111 | 11101000 | 11010 | 100 | 0 | 1001 | 10111101 | 111001 | 1001111 |
Color Harmonies of #ACDFE8
Complementary color
Monochromatic Colors of #ACDFE8
Black with #ACDFE8
Text Example
Text Example
White with #ACDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFE8; }
p { color: rgb(172,223,232); }
H1.HeaderClassName
{
color: #ACDFE8;
}
.AnyTagClassName
{
color: #ACDFE8;
}
</style>
background-color css
<style>
a { background-color: #ACDFE8; }
a { background-color: rgb(172,223,232); }
div.DivClassName
{
background-color: #ACDFE8;
}
.BgClassName
{
background-color: #ACDFE8;
}
</style>
border-color css
<style>
span { border-color: #ACDFE8; }
span { border-color: rgb(172,223,232); }
td.TdClassName
{
border-color: #ACDFE8;
}
.TagClassName
{
border-color: #ACDFE8;
}
</style>