Shades of Powder Blue #ABDFE5
Tints of Powder Blue #ABDFE5
RGB
CMYK
RGB Variations
Color information
#ABDFE5 (or 0xABDFE5) is known color: Powder Blue. HEX triplet: AB, DF and E5. RGB value is (171,223,229). Sum of RGB (Red+Green+Blue) = 171+223+229=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABDFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFE5 is #54201A. Grayscale: #D0D0D0. Windows color (decimal): -5513243 or 15065003. OLE color: 15065003.
HSL color Cylindrical-coordinate representation of color #ABDFE5: hue angle of 186.21º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABDFE5 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 223 | 229 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.10 |
| HSL | 186.21º | 0.53% | 0.78% | - |
| HSV(B) | 186.21º | 0.25% | 0.9% | - |
| XYZ | 57.33 | 67.09 | 84.06 | - |
| YUV | 208.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 229 | 0.25 | 0.03 | 0 | 0.10 | 186.21 | 0.53 | 0.78 |
| Hex | AB | DF | E5 | 19 | 3 | 0 | A | BA | 35 | 4E |
| Octal | 253 | 337 | 345 | 31 | 3 | 0 | 12 | 272 | 65 | 116 |
| Binary | 10101011 | 11011111 | 11100101 | 11001 | 11 | 0 | 1010 | 10111010 | 110101 | 1001110 |
Color Harmonies of #ABDFE5
Complementary color
Monochromatic Colors of #ABDFE5
Black with #ABDFE5
Text Example
Text Example
White with #ABDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFE5; }
p { color: rgb(171,223,229); }
H1.HeaderClassName
{
color: #ABDFE5;
}
.AnyTagClassName
{
color: #ABDFE5;
}
</style>
background-color css
<style>
a { background-color: #ABDFE5; }
a { background-color: rgb(171,223,229); }
div.DivClassName
{
background-color: #ABDFE5;
}
.BgClassName
{
background-color: #ABDFE5;
}
</style>
border-color css
<style>
span { border-color: #ABDFE5; }
span { border-color: rgb(171,223,229); }
td.TdClassName
{
border-color: #ABDFE5;
}
.TagClassName
{
border-color: #ABDFE5;
}
</style>