Shades of Powder Blue #ACDFE4
Tints of Powder Blue #ACDFE4
RGB
CMYK
RGB Variations
Color information
#ACDFE4 (or 0xACDFE4) is known color: Powder Blue. HEX triplet: AC, DF and E4. RGB value is (172,223,228). Sum of RGB (Red+Green+Blue) = 172+223+228=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACDFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFE4 is #53201B. Grayscale: #D0D0D0. Windows color (decimal): -5447708 or 14999468. OLE color: 14999468.
HSL color Cylindrical-coordinate representation of color #ACDFE4: hue angle of 185.36º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDFE4 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 223 | 228 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.11 |
| HSL | 185.36º | 0.51% | 0.78% | - |
| HSV(B) | 185.36º | 0.25% | 0.89% | - |
| XYZ | 57.4 | 67.15 | 83.33 | - |
| YUV | 208.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 228 | 0.25 | 0.02 | 0 | 0.11 | 185.36 | 0.51 | 0.78 |
| Hex | AC | DF | E4 | 19 | 2 | 0 | B | B9 | 33 | 4E |
| Octal | 254 | 337 | 344 | 31 | 2 | 0 | 13 | 271 | 63 | 116 |
| Binary | 10101100 | 11011111 | 11100100 | 11001 | 10 | 0 | 1011 | 10111001 | 110011 | 1001110 |
Color Harmonies of #ACDFE4
Complementary color
Monochromatic Colors of #ACDFE4
Black with #ACDFE4
Text Example
Text Example
White with #ACDFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFE4; }
p { color: rgb(172,223,228); }
H1.HeaderClassName
{
color: #ACDFE4;
}
.AnyTagClassName
{
color: #ACDFE4;
}
</style>
background-color css
<style>
a { background-color: #ACDFE4; }
a { background-color: rgb(172,223,228); }
div.DivClassName
{
background-color: #ACDFE4;
}
.BgClassName
{
background-color: #ACDFE4;
}
</style>
border-color css
<style>
span { border-color: #ACDFE4; }
span { border-color: rgb(172,223,228); }
td.TdClassName
{
border-color: #ACDFE4;
}
.TagClassName
{
border-color: #ACDFE4;
}
</style>