Shades of Powder Blue #ADE4EE
Tints of Powder Blue #ADE4EE
RGB
CMYK
RGB Variations
Color information
#ADE4EE (or 0xADE4EE) is known color: Powder Blue. HEX triplet: AD, E4 and EE. RGB value is (173,228,238). Sum of RGB (Red+Green+Blue) = 173+228+238=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4EE is #521B11. Grayscale: #D4D4D4. Windows color (decimal): -5380882 or 15656109. OLE color: 15656109.
HSL color Cylindrical-coordinate representation of color #ADE4EE: hue angle of 189.23º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADE4EE is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 228 | 238 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.07 |
| HSL | 189.23º | 0.66% | 0.81% | - |
| HSV(B) | 189.23º | 0.27% | 0.93% | - |
| XYZ | 60.41 | 70.54 | 91.32 | - |
| YUV | 212.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 238 | 0.27 | 0.04 | 0 | 0.07 | 189.23 | 0.66 | 0.81 |
| Hex | AD | E4 | EE | 1B | 4 | 0 | 7 | BD | 42 | 51 |
| Octal | 255 | 344 | 356 | 33 | 4 | 0 | 7 | 275 | 102 | 121 |
| Binary | 10101101 | 11100100 | 11101110 | 11011 | 100 | 0 | 111 | 10111101 | 1000010 | 1010001 |
Color Harmonies of #ADE4EE
Complementary color
Monochromatic Colors of #ADE4EE
Black with #ADE4EE
Text Example
Text Example
White with #ADE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4EE; }
p { color: rgb(173,228,238); }
H1.HeaderClassName
{
color: #ADE4EE;
}
.AnyTagClassName
{
color: #ADE4EE;
}
</style>
background-color css
<style>
a { background-color: #ADE4EE; }
a { background-color: rgb(173,228,238); }
div.DivClassName
{
background-color: #ADE4EE;
}
.BgClassName
{
background-color: #ADE4EE;
}
</style>
border-color css
<style>
span { border-color: #ADE4EE; }
span { border-color: rgb(173,228,238); }
td.TdClassName
{
border-color: #ADE4EE;
}
.TagClassName
{
border-color: #ADE4EE;
}
</style>