Shades of Powder Blue #ADDEE0
Tints of Powder Blue #ADDEE0
RGB
CMYK
RGB Variations
Color information
#ADDEE0 (or 0xADDEE0) is known color: Powder Blue. HEX triplet: AD, DE and E0. RGB value is (173,222,224). Sum of RGB (Red+Green+Blue) = 173+222+224=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADDEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEE0 is #52211F. Grayscale: #CFCFCF. Windows color (decimal): -5382432 or 14737069. OLE color: 14737069.
HSL color Cylindrical-coordinate representation of color #ADDEE0: hue angle of 182.35º degrees, saturation: 0.45, 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 #ADDEE0 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 222 | 224 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.12 |
| HSL | 182.35º | 0.45% | 0.78% | - |
| HSV(B) | 182.35º | 0.23% | 0.88% | - |
| XYZ | 56.81 | 66.51 | 80.36 | - |
| YUV | 207.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 224 | 0.23 | 0.01 | 0 | 0.12 | 182.35 | 0.45 | 0.78 |
| Hex | AD | DE | E0 | 17 | 1 | 0 | C | B6 | 2D | 4E |
| Octal | 255 | 336 | 340 | 27 | 1 | 0 | 14 | 266 | 55 | 116 |
| Binary | 10101101 | 11011110 | 11100000 | 10111 | 1 | 0 | 1100 | 10110110 | 101101 | 1001110 |
Color Harmonies of #ADDEE0
Complementary color
Monochromatic Colors of #ADDEE0
Black with #ADDEE0
Text Example
Text Example
White with #ADDEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEE0; }
p { color: rgb(173,222,224); }
H1.HeaderClassName
{
color: #ADDEE0;
}
.AnyTagClassName
{
color: #ADDEE0;
}
</style>
background-color css
<style>
a { background-color: #ADDEE0; }
a { background-color: rgb(173,222,224); }
div.DivClassName
{
background-color: #ADDEE0;
}
.BgClassName
{
background-color: #ADDEE0;
}
</style>
border-color css
<style>
span { border-color: #ADDEE0; }
span { border-color: rgb(173,222,224); }
td.TdClassName
{
border-color: #ADDEE0;
}
.TagClassName
{
border-color: #ADDEE0;
}
</style>