Shades of Powder Blue #ADE2E4
Tints of Powder Blue #ADE2E4
RGB
CMYK
RGB Variations
Color information
#ADE2E4 (or 0xADE2E4) is known color: Powder Blue. HEX triplet: AD, E2 and E4. RGB value is (173,226,228). Sum of RGB (Red+Green+Blue) = 173+226+228=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADE2E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2E4 is #521D1B. Grayscale: #D2D2D2. Windows color (decimal): -5381404 or 15000237. OLE color: 15000237.
HSL color Cylindrical-coordinate representation of color #ADE2E4: hue angle of 182.18º 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 #ADE2E4 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 228 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.11 |
| HSL | 182.18º | 0.5% | 0.79% | - |
| HSV(B) | 182.18º | 0.24% | 0.89% | - |
| XYZ | 58.43 | 68.88 | 83.61 | - |
| YUV | 210.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 228 | 0.24 | 0.01 | 0 | 0.11 | 182.18 | 0.5 | 0.79 |
| Hex | AD | E2 | E4 | 18 | 1 | 0 | B | B6 | 32 | 4F |
| Octal | 255 | 342 | 344 | 30 | 1 | 0 | 13 | 266 | 62 | 117 |
| Binary | 10101101 | 11100010 | 11100100 | 11000 | 1 | 0 | 1011 | 10110110 | 110010 | 1001111 |
Color Harmonies of #ADE2E4
Complementary color
Monochromatic Colors of #ADE2E4
Black with #ADE2E4
Text Example
Text Example
White with #ADE2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2E4; }
p { color: rgb(173,226,228); }
H1.HeaderClassName
{
color: #ADE2E4;
}
.AnyTagClassName
{
color: #ADE2E4;
}
</style>
background-color css
<style>
a { background-color: #ADE2E4; }
a { background-color: rgb(173,226,228); }
div.DivClassName
{
background-color: #ADE2E4;
}
.BgClassName
{
background-color: #ADE2E4;
}
</style>
border-color css
<style>
span { border-color: #ADE2E4; }
span { border-color: rgb(173,226,228); }
td.TdClassName
{
border-color: #ADE2E4;
}
.TagClassName
{
border-color: #ADE2E4;
}
</style>