Shades of Powder Blue #ADDDE1
Tints of Powder Blue #ADDDE1
RGB
CMYK
RGB Variations
Color information
#ADDDE1 (or 0xADDDE1) is known color: Powder Blue. HEX triplet: AD, DD and E1. RGB value is (173,221,225). Sum of RGB (Red+Green+Blue) = 173+221+225=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDE1 is #52221E. Grayscale: #CFCFCF. Windows color (decimal): -5382687 or 14802349. OLE color: 14802349.
HSL color Cylindrical-coordinate representation of color #ADDDE1: hue angle of 184.62º 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 #ADDDE1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 221 | 225 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.12 |
| HSL | 184.62º | 0.46% | 0.78% | - |
| HSV(B) | 184.62º | 0.23% | 0.88% | - |
| XYZ | 56.68 | 66.03 | 80.99 | - |
| YUV | 207.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 225 | 0.23 | 0.02 | 0 | 0.12 | 184.62 | 0.46 | 0.78 |
| Hex | AD | DD | E1 | 17 | 2 | 0 | C | B9 | 2E | 4E |
| Octal | 255 | 335 | 341 | 27 | 2 | 0 | 14 | 271 | 56 | 116 |
| Binary | 10101101 | 11011101 | 11100001 | 10111 | 10 | 0 | 1100 | 10111001 | 101110 | 1001110 |
Color Harmonies of #ADDDE1
Complementary color
Monochromatic Colors of #ADDDE1
Black with #ADDDE1
Text Example
Text Example
White with #ADDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDE1; }
p { color: rgb(173,221,225); }
H1.HeaderClassName
{
color: #ADDDE1;
}
.AnyTagClassName
{
color: #ADDDE1;
}
</style>
background-color css
<style>
a { background-color: #ADDDE1; }
a { background-color: rgb(173,221,225); }
div.DivClassName
{
background-color: #ADDDE1;
}
.BgClassName
{
background-color: #ADDDE1;
}
</style>
border-color css
<style>
span { border-color: #ADDDE1; }
span { border-color: rgb(173,221,225); }
td.TdClassName
{
border-color: #ADDDE1;
}
.TagClassName
{
border-color: #ADDDE1;
}
</style>