Shades of Powder Blue #ABDFE0
Tints of Powder Blue #ABDFE0
RGB
CMYK
RGB Variations
Color information
#ABDFE0 (or 0xABDFE0) is known color: Powder Blue. HEX triplet: AB, DF and E0. RGB value is (171,223,224). Sum of RGB (Red+Green+Blue) = 171+223+224=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABDFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFE0 is #54201F. Grayscale: #CFCFCF. Windows color (decimal): -5513248 or 14737323. OLE color: 14737323.
HSL color Cylindrical-coordinate representation of color #ABDFE0: hue angle of 181.13º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABDFE0 is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 223 | 224 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.12 |
| HSL | 181.13º | 0.46% | 0.77% | - |
| HSV(B) | 181.13º | 0.24% | 0.88% | - |
| XYZ | 56.64 | 66.82 | 80.43 | - |
| YUV | 207.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 224 | 0.24 | 0.00 | 0 | 0.12 | 181.13 | 0.46 | 0.77 |
| Hex | AB | DF | E0 | 18 | 0 | 0 | C | B5 | 2E | 4D |
| Octal | 253 | 337 | 340 | 30 | 0 | 0 | 14 | 265 | 56 | 115 |
| Binary | 10101011 | 11011111 | 11100000 | 11000 | 0 | 0 | 1100 | 10110101 | 101110 | 1001101 |
Color Harmonies of #ABDFE0
Complementary color
Monochromatic Colors of #ABDFE0
Black with #ABDFE0
Text Example
Text Example
White with #ABDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFE0; }
p { color: rgb(171,223,224); }
H1.HeaderClassName
{
color: #ABDFE0;
}
.AnyTagClassName
{
color: #ABDFE0;
}
</style>
background-color css
<style>
a { background-color: #ABDFE0; }
a { background-color: rgb(171,223,224); }
div.DivClassName
{
background-color: #ABDFE0;
}
.BgClassName
{
background-color: #ABDFE0;
}
</style>
border-color css
<style>
span { border-color: #ABDFE0; }
span { border-color: rgb(171,223,224); }
td.TdClassName
{
border-color: #ABDFE0;
}
.TagClassName
{
border-color: #ABDFE0;
}
</style>