Shades of Powder Blue #ADDFE6
Tints of Powder Blue #ADDFE6
RGB
CMYK
RGB Variations
Color information
#ADDFE6 (or 0xADDFE6) is known color: Powder Blue. HEX triplet: AD, DF and E6. RGB value is (173,223,230). Sum of RGB (Red+Green+Blue) = 173+223+230=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADDFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFE6 is #522019. Grayscale: #D0D0D0. Windows color (decimal): -5382170 or 15130541. OLE color: 15130541.
HSL color Cylindrical-coordinate representation of color #ADDFE6: hue angle of 187.37º 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 #ADDFE6 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 223 | 230 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.10 |
| HSL | 187.37º | 0.53% | 0.79% | - |
| HSV(B) | 187.37º | 0.25% | 0.9% | - |
| XYZ | 57.9 | 67.37 | 84.82 | - |
| YUV | 208.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 230 | 0.25 | 0.03 | 0 | 0.10 | 187.37 | 0.53 | 0.79 |
| Hex | AD | DF | E6 | 19 | 3 | 0 | A | BB | 35 | 4F |
| Octal | 255 | 337 | 346 | 31 | 3 | 0 | 12 | 273 | 65 | 117 |
| Binary | 10101101 | 11011111 | 11100110 | 11001 | 11 | 0 | 1010 | 10111011 | 110101 | 1001111 |
Color Harmonies of #ADDFE6
Complementary color
Monochromatic Colors of #ADDFE6
Black with #ADDFE6
Text Example
Text Example
White with #ADDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFE6; }
p { color: rgb(173,223,230); }
H1.HeaderClassName
{
color: #ADDFE6;
}
.AnyTagClassName
{
color: #ADDFE6;
}
</style>
background-color css
<style>
a { background-color: #ADDFE6; }
a { background-color: rgb(173,223,230); }
div.DivClassName
{
background-color: #ADDFE6;
}
.BgClassName
{
background-color: #ADDFE6;
}
</style>
border-color css
<style>
span { border-color: #ADDFE6; }
span { border-color: rgb(173,223,230); }
td.TdClassName
{
border-color: #ADDFE6;
}
.TagClassName
{
border-color: #ADDFE6;
}
</style>