Shades of Powder Blue #ADDDE6
Tints of Powder Blue #ADDDE6
RGB
CMYK
RGB Variations
Color information
#ADDDE6 (or 0xADDDE6) is known color: Powder Blue. HEX triplet: AD, DD and E6. RGB value is (173,221,230). Sum of RGB (Red+Green+Blue) = 173+221+230=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADDDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDE6 is #522219. Grayscale: #CFCFCF. Windows color (decimal): -5382682 or 15130029. OLE color: 15130029.
HSL color Cylindrical-coordinate representation of color #ADDDE6: hue angle of 189.47º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDDE6 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 221 | 230 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.10 |
| HSL | 189.47º | 0.53% | 0.79% | - |
| HSV(B) | 189.47º | 0.25% | 0.9% | - |
| XYZ | 57.37 | 66.31 | 84.64 | - |
| YUV | 207.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 230 | 0.25 | 0.04 | 0 | 0.10 | 189.47 | 0.53 | 0.79 |
| Hex | AD | DD | E6 | 19 | 4 | 0 | A | BD | 35 | 4F |
| Octal | 255 | 335 | 346 | 31 | 4 | 0 | 12 | 275 | 65 | 117 |
| Binary | 10101101 | 11011101 | 11100110 | 11001 | 100 | 0 | 1010 | 10111101 | 110101 | 1001111 |
Color Harmonies of #ADDDE6
Complementary color
Monochromatic Colors of #ADDDE6
Black with #ADDDE6
Text Example
Text Example
White with #ADDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDE6; }
p { color: rgb(173,221,230); }
H1.HeaderClassName
{
color: #ADDDE6;
}
.AnyTagClassName
{
color: #ADDDE6;
}
</style>
background-color css
<style>
a { background-color: #ADDDE6; }
a { background-color: rgb(173,221,230); }
div.DivClassName
{
background-color: #ADDDE6;
}
.BgClassName
{
background-color: #ADDDE6;
}
</style>
border-color css
<style>
span { border-color: #ADDDE6; }
span { border-color: rgb(173,221,230); }
td.TdClassName
{
border-color: #ADDDE6;
}
.TagClassName
{
border-color: #ADDDE6;
}
</style>