Shades of Powder Blue #ABDFDE
Tints of Powder Blue #ABDFDE
RGB
CMYK
RGB Variations
Color information
#ABDFDE (or 0xABDFDE) is known color: Powder Blue. HEX triplet: AB, DF and DE. RGB value is (171,223,222). Sum of RGB (Red+Green+Blue) = 171+223+222=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFDE is #542021. Grayscale: #CFCFCF. Windows color (decimal): -5513250 or 14606251. OLE color: 14606251.
HSL color Cylindrical-coordinate representation of color #ABDFDE: hue angle of 178.85º 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 #ABDFDE is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 222 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.13 |
| HSL | 178.85º | 0.45% | 0.77% | - |
| HSV(B) | 178.85º | 0.23% | 0.87% | - |
| XYZ | 56.37 | 66.71 | 79.01 | - |
| YUV | 207.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 222 | 0.23 | 0 | 0.00 | 0.13 | 178.85 | 0.45 | 0.77 |
| Hex | AB | DF | DE | 17 | 0 | 0 | D | B3 | 2D | 4D |
| Octal | 253 | 337 | 336 | 27 | 0 | 0 | 15 | 263 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11011110 | 10111 | 0 | 0 | 1101 | 10110011 | 101101 | 1001101 |
Color Harmonies of #ABDFDE
Complementary color
Monochromatic Colors of #ABDFDE
Black with #ABDFDE
Text Example
Text Example
White with #ABDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFDE; }
p { color: rgb(171,223,222); }
H1.HeaderClassName
{
color: #ABDFDE;
}
.AnyTagClassName
{
color: #ABDFDE;
}
</style>
background-color css
<style>
a { background-color: #ABDFDE; }
a { background-color: rgb(171,223,222); }
div.DivClassName
{
background-color: #ABDFDE;
}
.BgClassName
{
background-color: #ABDFDE;
}
</style>
border-color css
<style>
span { border-color: #ABDFDE; }
span { border-color: rgb(171,223,222); }
td.TdClassName
{
border-color: #ABDFDE;
}
.TagClassName
{
border-color: #ABDFDE;
}
</style>