Shades of Powder Blue #ADDFE3
Tints of Powder Blue #ADDFE3
RGB
CMYK
RGB Variations
Color information
#ADDFE3 (or 0xADDFE3) is known color: Powder Blue. HEX triplet: AD, DF and E3. RGB value is (173,223,227). Sum of RGB (Red+Green+Blue) = 173+223+227=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADDFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFE3 is #52201C. Grayscale: #D0D0D0. Windows color (decimal): -5382173 or 14933933. OLE color: 14933933.
HSL color Cylindrical-coordinate representation of color #ADDFE3: hue angle of 184.44º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDFE3 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 223 | 227 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.11 |
| HSL | 184.44º | 0.49% | 0.78% | - |
| HSV(B) | 184.44º | 0.24% | 0.89% | - |
| XYZ | 57.49 | 67.21 | 82.62 | - |
| YUV | 208.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 227 | 0.24 | 0.02 | 0 | 0.11 | 184.44 | 0.49 | 0.78 |
| Hex | AD | DF | E3 | 18 | 2 | 0 | B | B8 | 31 | 4E |
| Octal | 255 | 337 | 343 | 30 | 2 | 0 | 13 | 270 | 61 | 116 |
| Binary | 10101101 | 11011111 | 11100011 | 11000 | 10 | 0 | 1011 | 10111000 | 110001 | 1001110 |
Color Harmonies of #ADDFE3
Complementary color
Monochromatic Colors of #ADDFE3
Black with #ADDFE3
Text Example
Text Example
White with #ADDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFE3; }
p { color: rgb(173,223,227); }
H1.HeaderClassName
{
color: #ADDFE3;
}
.AnyTagClassName
{
color: #ADDFE3;
}
</style>
background-color css
<style>
a { background-color: #ADDFE3; }
a { background-color: rgb(173,223,227); }
div.DivClassName
{
background-color: #ADDFE3;
}
.BgClassName
{
background-color: #ADDFE3;
}
</style>
border-color css
<style>
span { border-color: #ADDFE3; }
span { border-color: rgb(173,223,227); }
td.TdClassName
{
border-color: #ADDFE3;
}
.TagClassName
{
border-color: #ADDFE3;
}
</style>