Shades of Powder Blue #ABDFE8
Tints of Powder Blue #ABDFE8
RGB
CMYK
RGB Variations
Color information
#ABDFE8 (or 0xABDFE8) is known color: Powder Blue. HEX triplet: AB, DF and E8. RGB value is (171,223,232). Sum of RGB (Red+Green+Blue) = 171+223+232=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABDFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFE8 is #542017. Grayscale: #D0D0D0. Windows color (decimal): -5513240 or 15261611. OLE color: 15261611.
HSL color Cylindrical-coordinate representation of color #ABDFE8: hue angle of 188.85º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABDFE8 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 223 | 232 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.09 |
| HSL | 188.85º | 0.57% | 0.79% | - |
| HSV(B) | 188.85º | 0.26% | 0.91% | - |
| XYZ | 57.75 | 67.26 | 86.28 | - |
| YUV | 208.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 232 | 0.26 | 0.04 | 0 | 0.09 | 188.85 | 0.57 | 0.79 |
| Hex | AB | DF | E8 | 1A | 4 | 0 | 9 | BD | 39 | 4F |
| Octal | 253 | 337 | 350 | 32 | 4 | 0 | 11 | 275 | 71 | 117 |
| Binary | 10101011 | 11011111 | 11101000 | 11010 | 100 | 0 | 1001 | 10111101 | 111001 | 1001111 |
Color Harmonies of #ABDFE8
Complementary color
Monochromatic Colors of #ABDFE8
Black with #ABDFE8
Text Example
Text Example
White with #ABDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFE8; }
p { color: rgb(171,223,232); }
H1.HeaderClassName
{
color: #ABDFE8;
}
.AnyTagClassName
{
color: #ABDFE8;
}
</style>
background-color css
<style>
a { background-color: #ABDFE8; }
a { background-color: rgb(171,223,232); }
div.DivClassName
{
background-color: #ABDFE8;
}
.BgClassName
{
background-color: #ABDFE8;
}
</style>
border-color css
<style>
span { border-color: #ABDFE8; }
span { border-color: rgb(171,223,232); }
td.TdClassName
{
border-color: #ABDFE8;
}
.TagClassName
{
border-color: #ABDFE8;
}
</style>