Shades of Powder Blue #ADDEE1
Tints of Powder Blue #ADDEE1
RGB
CMYK
RGB Variations
Color information
#ADDEE1 (or 0xADDEE1) is known color: Powder Blue. HEX triplet: AD, DE and E1. RGB value is (173,222,225). Sum of RGB (Red+Green+Blue) = 173+222+225=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADDEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEE1 is #52211E. Grayscale: #CFCFCF. Windows color (decimal): -5382431 or 14802605. OLE color: 14802605.
HSL color Cylindrical-coordinate representation of color #ADDEE1: hue angle of 183.46º 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 #ADDEE1 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 222 | 225 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.12 |
| HSL | 183.46º | 0.46% | 0.78% | - |
| HSV(B) | 183.46º | 0.23% | 0.88% | - |
| XYZ | 56.95 | 66.56 | 81.08 | - |
| YUV | 207.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 225 | 0.23 | 0.01 | 0 | 0.12 | 183.46 | 0.46 | 0.78 |
| Hex | AD | DE | E1 | 17 | 1 | 0 | C | B7 | 2E | 4E |
| Octal | 255 | 336 | 341 | 27 | 1 | 0 | 14 | 267 | 56 | 116 |
| Binary | 10101101 | 11011110 | 11100001 | 10111 | 1 | 0 | 1100 | 10110111 | 101110 | 1001110 |
Color Harmonies of #ADDEE1
Complementary color
Monochromatic Colors of #ADDEE1
Black with #ADDEE1
Text Example
Text Example
White with #ADDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEE1; }
p { color: rgb(173,222,225); }
H1.HeaderClassName
{
color: #ADDEE1;
}
.AnyTagClassName
{
color: #ADDEE1;
}
</style>
background-color css
<style>
a { background-color: #ADDEE1; }
a { background-color: rgb(173,222,225); }
div.DivClassName
{
background-color: #ADDEE1;
}
.BgClassName
{
background-color: #ADDEE1;
}
</style>
border-color css
<style>
span { border-color: #ADDEE1; }
span { border-color: rgb(173,222,225); }
td.TdClassName
{
border-color: #ADDEE1;
}
.TagClassName
{
border-color: #ADDEE1;
}
</style>