Shades of Powder Blue #ADDEE2
Tints of Powder Blue #ADDEE2
RGB
CMYK
RGB Variations
Color information
#ADDEE2 (or 0xADDEE2) is known color: Powder Blue. HEX triplet: AD, DE and E2. RGB value is (173,222,226). Sum of RGB (Red+Green+Blue) = 173+222+226=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADDEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEE2 is #52211D. Grayscale: #CFCFCF. Windows color (decimal): -5382430 or 14868141. OLE color: 14868141.
HSL color Cylindrical-coordinate representation of color #ADDEE2: hue angle of 184.53º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDEE2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 222 | 226 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.11 |
| HSL | 184.53º | 0.48% | 0.78% | - |
| HSV(B) | 184.53º | 0.23% | 0.89% | - |
| XYZ | 57.08 | 66.62 | 81.8 | - |
| YUV | 207.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 226 | 0.23 | 0.02 | 0 | 0.11 | 184.53 | 0.48 | 0.78 |
| Hex | AD | DE | E2 | 17 | 2 | 0 | B | B9 | 30 | 4E |
| Octal | 255 | 336 | 342 | 27 | 2 | 0 | 13 | 271 | 60 | 116 |
| Binary | 10101101 | 11011110 | 11100010 | 10111 | 10 | 0 | 1011 | 10111001 | 110000 | 1001110 |
Color Harmonies of #ADDEE2
Complementary color
Monochromatic Colors of #ADDEE2
Black with #ADDEE2
Text Example
Text Example
White with #ADDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEE2; }
p { color: rgb(173,222,226); }
H1.HeaderClassName
{
color: #ADDEE2;
}
.AnyTagClassName
{
color: #ADDEE2;
}
</style>
background-color css
<style>
a { background-color: #ADDEE2; }
a { background-color: rgb(173,222,226); }
div.DivClassName
{
background-color: #ADDEE2;
}
.BgClassName
{
background-color: #ADDEE2;
}
</style>
border-color css
<style>
span { border-color: #ADDEE2; }
span { border-color: rgb(173,222,226); }
td.TdClassName
{
border-color: #ADDEE2;
}
.TagClassName
{
border-color: #ADDEE2;
}
</style>