Shades of Powder Blue #ADE1E4
Tints of Powder Blue #ADE1E4
RGB
CMYK
RGB Variations
Color information
#ADE1E4 (or 0xADE1E4) is known color: Powder Blue. HEX triplet: AD, E1 and E4. RGB value is (173,225,228). Sum of RGB (Red+Green+Blue) = 173+225+228=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADE1E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1E4 is #521E1B. Grayscale: #D1D1D1. Windows color (decimal): -5381660 or 14999981. OLE color: 14999981.
HSL color Cylindrical-coordinate representation of color #ADE1E4: hue angle of 183.27º 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 #ADE1E4 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 225 | 228 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.11 |
| HSL | 183.27º | 0.5% | 0.79% | - |
| HSV(B) | 183.27º | 0.24% | 0.89% | - |
| XYZ | 58.16 | 68.34 | 83.52 | - |
| YUV | 209.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 228 | 0.24 | 0.01 | 0 | 0.11 | 183.27 | 0.5 | 0.79 |
| Hex | AD | E1 | E4 | 18 | 1 | 0 | B | B7 | 32 | 4F |
| Octal | 255 | 341 | 344 | 30 | 1 | 0 | 13 | 267 | 62 | 117 |
| Binary | 10101101 | 11100001 | 11100100 | 11000 | 1 | 0 | 1011 | 10110111 | 110010 | 1001111 |
Color Harmonies of #ADE1E4
Complementary color
Monochromatic Colors of #ADE1E4
Black with #ADE1E4
Text Example
Text Example
White with #ADE1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1E4; }
p { color: rgb(173,225,228); }
H1.HeaderClassName
{
color: #ADE1E4;
}
.AnyTagClassName
{
color: #ADE1E4;
}
</style>
background-color css
<style>
a { background-color: #ADE1E4; }
a { background-color: rgb(173,225,228); }
div.DivClassName
{
background-color: #ADE1E4;
}
.BgClassName
{
background-color: #ADE1E4;
}
</style>
border-color css
<style>
span { border-color: #ADE1E4; }
span { border-color: rgb(173,225,228); }
td.TdClassName
{
border-color: #ADE1E4;
}
.TagClassName
{
border-color: #ADE1E4;
}
</style>