Shades of Powder Blue #ABDDDF
Tints of Powder Blue #ABDDDF
RGB
CMYK
RGB Variations
Color information
#ABDDDF (or 0xABDDDF) is known color: Powder Blue. HEX triplet: AB, DD and DF. RGB value is (171,221,223). Sum of RGB (Red+Green+Blue) = 171+221+223=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDDF is #542220. Grayscale: #CECECE. Windows color (decimal): -5513761 or 14671275. OLE color: 14671275.
HSL color Cylindrical-coordinate representation of color #ABDDDF: hue angle of 182.31º 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 #ABDDDF is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 223 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.13 |
| HSL | 182.31º | 0.45% | 0.77% | - |
| HSV(B) | 182.31º | 0.23% | 0.87% | - |
| XYZ | 55.97 | 65.7 | 79.54 | - |
| YUV | 206.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 223 | 0.23 | 0.01 | 0 | 0.13 | 182.31 | 0.45 | 0.77 |
| Hex | AB | DD | DF | 17 | 1 | 0 | D | B6 | 2D | 4D |
| Octal | 253 | 335 | 337 | 27 | 1 | 0 | 15 | 266 | 55 | 115 |
| Binary | 10101011 | 11011101 | 11011111 | 10111 | 1 | 0 | 1101 | 10110110 | 101101 | 1001101 |
Color Harmonies of #ABDDDF
Complementary color
Monochromatic Colors of #ABDDDF
Black with #ABDDDF
Text Example
Text Example
White with #ABDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDDF; }
p { color: rgb(171,221,223); }
H1.HeaderClassName
{
color: #ABDDDF;
}
.AnyTagClassName
{
color: #ABDDDF;
}
</style>
background-color css
<style>
a { background-color: #ABDDDF; }
a { background-color: rgb(171,221,223); }
div.DivClassName
{
background-color: #ABDDDF;
}
.BgClassName
{
background-color: #ABDDDF;
}
</style>
border-color css
<style>
span { border-color: #ABDDDF; }
span { border-color: rgb(171,221,223); }
td.TdClassName
{
border-color: #ABDDDF;
}
.TagClassName
{
border-color: #ABDDDF;
}
</style>