Shades of Powder Blue #ADDEE4
Tints of Powder Blue #ADDEE4
RGB
CMYK
RGB Variations
Color information
#ADDEE4 (or 0xADDEE4) is known color: Powder Blue. HEX triplet: AD, DE and E4. RGB value is (173,222,228). Sum of RGB (Red+Green+Blue) = 173+222+228=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADDEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEE4 is #52211B. Grayscale: #CFCFCF. Windows color (decimal): -5382428 or 14999213. OLE color: 14999213.
HSL color Cylindrical-coordinate representation of color #ADDEE4: hue angle of 186.55º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDEE4 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 222 | 228 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.11 |
| HSL | 186.55º | 0.5% | 0.79% | - |
| HSV(B) | 186.55º | 0.24% | 0.89% | - |
| XYZ | 57.36 | 66.73 | 83.26 | - |
| YUV | 208.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 228 | 0.24 | 0.03 | 0 | 0.11 | 186.55 | 0.5 | 0.79 |
| Hex | AD | DE | E4 | 18 | 3 | 0 | B | BB | 32 | 4F |
| Octal | 255 | 336 | 344 | 30 | 3 | 0 | 13 | 273 | 62 | 117 |
| Binary | 10101101 | 11011110 | 11100100 | 11000 | 11 | 0 | 1011 | 10111011 | 110010 | 1001111 |
Color Harmonies of #ADDEE4
Complementary color
Monochromatic Colors of #ADDEE4
Black with #ADDEE4
Text Example
Text Example
White with #ADDEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEE4; }
p { color: rgb(173,222,228); }
H1.HeaderClassName
{
color: #ADDEE4;
}
.AnyTagClassName
{
color: #ADDEE4;
}
</style>
background-color css
<style>
a { background-color: #ADDEE4; }
a { background-color: rgb(173,222,228); }
div.DivClassName
{
background-color: #ADDEE4;
}
.BgClassName
{
background-color: #ADDEE4;
}
</style>
border-color css
<style>
span { border-color: #ADDEE4; }
span { border-color: rgb(173,222,228); }
td.TdClassName
{
border-color: #ADDEE4;
}
.TagClassName
{
border-color: #ADDEE4;
}
</style>