Shades of Powder Blue #ABDFDD
Tints of Powder Blue #ABDFDD
RGB
CMYK
RGB Variations
Color information
#ABDFDD (or 0xABDFDD) is known color: Powder Blue. HEX triplet: AB, DF and DD. RGB value is (171,223,221). Sum of RGB (Red+Green+Blue) = 171+223+221=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFDD is #542022. Grayscale: #CFCFCF. Windows color (decimal): -5513251 or 14540715. OLE color: 14540715.
HSL color Cylindrical-coordinate representation of color #ABDFDD: hue angle of 177.69º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFDD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 221 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.13 |
| HSL | 177.69º | 0.45% | 0.77% | - |
| HSV(B) | 177.69º | 0.23% | 0.87% | - |
| XYZ | 56.23 | 66.65 | 78.31 | - |
| YUV | 207.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 221 | 0.23 | 0 | 0.01 | 0.13 | 177.69 | 0.45 | 0.77 |
| Hex | AB | DF | DD | 17 | 0 | 1 | D | B2 | 2D | 4D |
| Octal | 253 | 337 | 335 | 27 | 0 | 1 | 15 | 262 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11011101 | 10111 | 0 | 1 | 1101 | 10110010 | 101101 | 1001101 |
Color Harmonies of #ABDFDD
Complementary color
Monochromatic Colors of #ABDFDD
Black with #ABDFDD
Text Example
Text Example
White with #ABDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFDD; }
p { color: rgb(171,223,221); }
H1.HeaderClassName
{
color: #ABDFDD;
}
.AnyTagClassName
{
color: #ABDFDD;
}
</style>
background-color css
<style>
a { background-color: #ABDFDD; }
a { background-color: rgb(171,223,221); }
div.DivClassName
{
background-color: #ABDFDD;
}
.BgClassName
{
background-color: #ABDFDD;
}
</style>
border-color css
<style>
span { border-color: #ABDFDD; }
span { border-color: rgb(171,223,221); }
td.TdClassName
{
border-color: #ABDFDD;
}
.TagClassName
{
border-color: #ABDFDD;
}
</style>