Shades of Powder Blue #ABDCE0
Tints of Powder Blue #ABDCE0
RGB
CMYK
RGB Variations
Color information
#ABDCE0 (or 0xABDCE0) is known color: Powder Blue. HEX triplet: AB, DC and E0. RGB value is (171,220,224). Sum of RGB (Red+Green+Blue) = 171+220+224=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCE0 is #54231F. Grayscale: #CDCDCD. Windows color (decimal): -5514016 or 14736555. OLE color: 14736555.
HSL color Cylindrical-coordinate representation of color #ABDCE0: hue angle of 184.53º 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 #ABDCE0 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 220 | 224 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.12 |
| HSL | 184.53º | 0.46% | 0.77% | - |
| HSV(B) | 184.53º | 0.24% | 0.88% | - |
| XYZ | 55.84 | 65.23 | 80.17 | - |
| YUV | 205.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 224 | 0.24 | 0.02 | 0 | 0.12 | 184.53 | 0.46 | 0.77 |
| Hex | AB | DC | E0 | 18 | 2 | 0 | C | B9 | 2E | 4D |
| Octal | 253 | 334 | 340 | 30 | 2 | 0 | 14 | 271 | 56 | 115 |
| Binary | 10101011 | 11011100 | 11100000 | 11000 | 10 | 0 | 1100 | 10111001 | 101110 | 1001101 |
Color Harmonies of #ABDCE0
Complementary color
Monochromatic Colors of #ABDCE0
Black with #ABDCE0
Text Example
Text Example
White with #ABDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCE0; }
p { color: rgb(171,220,224); }
H1.HeaderClassName
{
color: #ABDCE0;
}
.AnyTagClassName
{
color: #ABDCE0;
}
</style>
background-color css
<style>
a { background-color: #ABDCE0; }
a { background-color: rgb(171,220,224); }
div.DivClassName
{
background-color: #ABDCE0;
}
.BgClassName
{
background-color: #ABDCE0;
}
</style>
border-color css
<style>
span { border-color: #ABDCE0; }
span { border-color: rgb(171,220,224); }
td.TdClassName
{
border-color: #ABDCE0;
}
.TagClassName
{
border-color: #ABDCE0;
}
</style>