Shades of Powder Blue #ADDFE2
Tints of Powder Blue #ADDFE2
RGB
CMYK
RGB Variations
Color information
#ADDFE2 (or 0xADDFE2) is known color: Powder Blue. HEX triplet: AD, DF and E2. RGB value is (173,223,226). Sum of RGB (Red+Green+Blue) = 173+223+226=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADDFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFE2 is #52201D. Grayscale: #D0D0D0. Windows color (decimal): -5382174 or 14868397. OLE color: 14868397.
HSL color Cylindrical-coordinate representation of color #ADDFE2: hue angle of 183.4º 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 #ADDFE2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 223 | 226 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.11 |
| HSL | 183.4º | 0.48% | 0.78% | - |
| HSV(B) | 183.4º | 0.23% | 0.89% | - |
| XYZ | 57.35 | 67.15 | 81.89 | - |
| YUV | 208.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 226 | 0.23 | 0.01 | 0 | 0.11 | 183.4 | 0.48 | 0.78 |
| Hex | AD | DF | E2 | 17 | 1 | 0 | B | B7 | 30 | 4E |
| Octal | 255 | 337 | 342 | 27 | 1 | 0 | 13 | 267 | 60 | 116 |
| Binary | 10101101 | 11011111 | 11100010 | 10111 | 1 | 0 | 1011 | 10110111 | 110000 | 1001110 |
Color Harmonies of #ADDFE2
Complementary color
Monochromatic Colors of #ADDFE2
Black with #ADDFE2
Text Example
Text Example
White with #ADDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFE2; }
p { color: rgb(173,223,226); }
H1.HeaderClassName
{
color: #ADDFE2;
}
.AnyTagClassName
{
color: #ADDFE2;
}
</style>
background-color css
<style>
a { background-color: #ADDFE2; }
a { background-color: rgb(173,223,226); }
div.DivClassName
{
background-color: #ADDFE2;
}
.BgClassName
{
background-color: #ADDFE2;
}
</style>
border-color css
<style>
span { border-color: #ADDFE2; }
span { border-color: rgb(173,223,226); }
td.TdClassName
{
border-color: #ADDFE2;
}
.TagClassName
{
border-color: #ADDFE2;
}
</style>