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