Shades of Powder Blue #ADE1EE
Tints of Powder Blue #ADE1EE
RGB
CMYK
RGB Variations
Color information
#ADE1EE (or 0xADE1EE) is known color: Powder Blue. HEX triplet: AD, E1 and EE. RGB value is (173,225,238). Sum of RGB (Red+Green+Blue) = 173+225+238=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1EE is #521E11. Grayscale: #D2D2D2. Windows color (decimal): -5381650 or 15655341. OLE color: 15655341.
HSL color Cylindrical-coordinate representation of color #ADE1EE: hue angle of 192º 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 #ADE1EE is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 225 | 238 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.07 |
| HSL | 192º | 0.66% | 0.81% | - |
| HSV(B) | 192º | 0.27% | 0.93% | - |
| XYZ | 59.59 | 68.91 | 91.05 | - |
| YUV | 210.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 238 | 0.27 | 0.05 | 0 | 0.07 | 192 | 0.66 | 0.81 |
| Hex | AD | E1 | EE | 1B | 5 | 0 | 7 | C0 | 42 | 51 |
| Octal | 255 | 341 | 356 | 33 | 5 | 0 | 7 | 300 | 102 | 121 |
| Binary | 10101101 | 11100001 | 11101110 | 11011 | 101 | 0 | 111 | 11000000 | 1000010 | 1010001 |
Color Harmonies of #ADE1EE
Complementary color
Monochromatic Colors of #ADE1EE
Black with #ADE1EE
Text Example
Text Example
White with #ADE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1EE; }
p { color: rgb(173,225,238); }
H1.HeaderClassName
{
color: #ADE1EE;
}
.AnyTagClassName
{
color: #ADE1EE;
}
</style>
background-color css
<style>
a { background-color: #ADE1EE; }
a { background-color: rgb(173,225,238); }
div.DivClassName
{
background-color: #ADE1EE;
}
.BgClassName
{
background-color: #ADE1EE;
}
</style>
border-color css
<style>
span { border-color: #ADE1EE; }
span { border-color: rgb(173,225,238); }
td.TdClassName
{
border-color: #ADE1EE;
}
.TagClassName
{
border-color: #ADE1EE;
}
</style>