Shades of Powder Blue #ABDFDF
Tints of Powder Blue #ABDFDF
RGB
CMYK
RGB Variations
Color information
#ABDFDF (or 0xABDFDF) is known color: Powder Blue. HEX triplet: AB, DF and DF. RGB value is (171,223,223). Sum of RGB (Red+Green+Blue) = 171+223+223=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #ABDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFDF is #542020. Grayscale: #CFCFCF. Windows color (decimal): -5513249 or 14671787. OLE color: 14671787.
HSL color Cylindrical-coordinate representation of color #ABDFDF: hue angle of 180º 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 #ABDFDF is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 223 | - |
| CMYK | 0.23 | 0 | 0 | 0.13 |
| HSL | 180º | 0.45% | 0.77% | - |
| HSV(B) | 180º | 0.23% | 0.87% | - |
| XYZ | 56.5 | 66.76 | 79.72 | - |
| YUV | 207.45 | 136.77 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 223 | 0.23 | 0 | 0 | 0.13 | 180 | 0.45 | 0.77 |
| Hex | AB | DF | DF | 17 | 0 | 0 | D | B4 | 2D | 4D |
| Octal | 253 | 337 | 337 | 27 | 0 | 0 | 15 | 264 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11011111 | 10111 | 0 | 0 | 1101 | 10110100 | 101101 | 1001101 |
Color Harmonies of #ABDFDF
Complementary color
Monochromatic Colors of #ABDFDF
Black with #ABDFDF
Text Example
Text Example
White with #ABDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFDF; }
p { color: rgb(171,223,223); }
H1.HeaderClassName
{
color: #ABDFDF;
}
.AnyTagClassName
{
color: #ABDFDF;
}
</style>
background-color css
<style>
a { background-color: #ABDFDF; }
a { background-color: rgb(171,223,223); }
div.DivClassName
{
background-color: #ABDFDF;
}
.BgClassName
{
background-color: #ABDFDF;
}
</style>
border-color css
<style>
span { border-color: #ABDFDF; }
span { border-color: rgb(171,223,223); }
td.TdClassName
{
border-color: #ABDFDF;
}
.TagClassName
{
border-color: #ABDFDF;
}
</style>