Shades of Powder Blue #ADDEE5
Tints of Powder Blue #ADDEE5
RGB
CMYK
RGB Variations
Color information
#ADDEE5 (or 0xADDEE5) is known color: Powder Blue. HEX triplet: AD, DE and E5. RGB value is (173,222,229). Sum of RGB (Red+Green+Blue) = 173+222+229=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADDEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEE5 is #52211A. Grayscale: #D0D0D0. Windows color (decimal): -5382427 or 15064749. OLE color: 15064749.
HSL color Cylindrical-coordinate representation of color #ADDEE5: hue angle of 187.5º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDEE5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 222 | 229 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.10 |
| HSL | 187.5º | 0.52% | 0.79% | - |
| HSV(B) | 187.5º | 0.24% | 0.9% | - |
| XYZ | 57.5 | 66.78 | 83.99 | - |
| YUV | 208.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 229 | 0.24 | 0.03 | 0 | 0.10 | 187.5 | 0.52 | 0.79 |
| Hex | AD | DE | E5 | 18 | 3 | 0 | A | BC | 34 | 4F |
| Octal | 255 | 336 | 345 | 30 | 3 | 0 | 12 | 274 | 64 | 117 |
| Binary | 10101101 | 11011110 | 11100101 | 11000 | 11 | 0 | 1010 | 10111100 | 110100 | 1001111 |
Color Harmonies of #ADDEE5
Complementary color
Monochromatic Colors of #ADDEE5
Black with #ADDEE5
Text Example
Text Example
White with #ADDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEE5; }
p { color: rgb(173,222,229); }
H1.HeaderClassName
{
color: #ADDEE5;
}
.AnyTagClassName
{
color: #ADDEE5;
}
</style>
background-color css
<style>
a { background-color: #ADDEE5; }
a { background-color: rgb(173,222,229); }
div.DivClassName
{
background-color: #ADDEE5;
}
.BgClassName
{
background-color: #ADDEE5;
}
</style>
border-color css
<style>
span { border-color: #ADDEE5; }
span { border-color: rgb(173,222,229); }
td.TdClassName
{
border-color: #ADDEE5;
}
.TagClassName
{
border-color: #ADDEE5;
}
</style>