Shades of Powder Blue #ADDFE1
Tints of Powder Blue #ADDFE1
RGB
CMYK
RGB Variations
Color information
#ADDFE1 (or 0xADDFE1) is known color: Powder Blue. HEX triplet: AD, DF and E1. RGB value is (173,223,225). Sum of RGB (Red+Green+Blue) = 173+223+225=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADDFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFE1 is #52201E. Grayscale: #D0D0D0. Windows color (decimal): -5382175 or 14802861. OLE color: 14802861.
HSL color Cylindrical-coordinate representation of color #ADDFE1: hue angle of 182.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDFE1 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 223 | 225 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.12 |
| HSL | 182.31º | 0.46% | 0.78% | - |
| HSV(B) | 182.31º | 0.23% | 0.88% | - |
| XYZ | 57.21 | 67.1 | 81.17 | - |
| YUV | 208.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 225 | 0.23 | 0.01 | 0 | 0.12 | 182.31 | 0.46 | 0.78 |
| Hex | AD | DF | E1 | 17 | 1 | 0 | C | B6 | 2E | 4E |
| Octal | 255 | 337 | 341 | 27 | 1 | 0 | 14 | 266 | 56 | 116 |
| Binary | 10101101 | 11011111 | 11100001 | 10111 | 1 | 0 | 1100 | 10110110 | 101110 | 1001110 |
Color Harmonies of #ADDFE1
Complementary color
Monochromatic Colors of #ADDFE1
Black with #ADDFE1
Text Example
Text Example
White with #ADDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFE1; }
p { color: rgb(173,223,225); }
H1.HeaderClassName
{
color: #ADDFE1;
}
.AnyTagClassName
{
color: #ADDFE1;
}
</style>
background-color css
<style>
a { background-color: #ADDFE1; }
a { background-color: rgb(173,223,225); }
div.DivClassName
{
background-color: #ADDFE1;
}
.BgClassName
{
background-color: #ADDFE1;
}
</style>
border-color css
<style>
span { border-color: #ADDFE1; }
span { border-color: rgb(173,223,225); }
td.TdClassName
{
border-color: #ADDFE1;
}
.TagClassName
{
border-color: #ADDFE1;
}
</style>