Shades of Powder Blue #ADE6EE
Tints of Powder Blue #ADE6EE
RGB
CMYK
RGB Variations
Color information
#ADE6EE (or 0xADE6EE) is known color: Powder Blue. HEX triplet: AD, E6 and EE. RGB value is (173,230,238). Sum of RGB (Red+Green+Blue) = 173+230+238=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6EE is #521911. Grayscale: #D5D5D5. Windows color (decimal): -5380370 or 15656621. OLE color: 15656621.
HSL color Cylindrical-coordinate representation of color #ADE6EE: hue angle of 187.38º 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 #ADE6EE is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 230 | 238 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.07 |
| HSL | 187.38º | 0.66% | 0.81% | - |
| HSV(B) | 187.38º | 0.27% | 0.93% | - |
| XYZ | 60.96 | 71.65 | 91.51 | - |
| YUV | 213.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 238 | 0.27 | 0.03 | 0 | 0.07 | 187.38 | 0.66 | 0.81 |
| Hex | AD | E6 | EE | 1B | 3 | 0 | 7 | BB | 42 | 51 |
| Octal | 255 | 346 | 356 | 33 | 3 | 0 | 7 | 273 | 102 | 121 |
| Binary | 10101101 | 11100110 | 11101110 | 11011 | 11 | 0 | 111 | 10111011 | 1000010 | 1010001 |
Color Harmonies of #ADE6EE
Complementary color
Monochromatic Colors of #ADE6EE
Black with #ADE6EE
Text Example
Text Example
White with #ADE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6EE; }
p { color: rgb(173,230,238); }
H1.HeaderClassName
{
color: #ADE6EE;
}
.AnyTagClassName
{
color: #ADE6EE;
}
</style>
background-color css
<style>
a { background-color: #ADE6EE; }
a { background-color: rgb(173,230,238); }
div.DivClassName
{
background-color: #ADE6EE;
}
.BgClassName
{
background-color: #ADE6EE;
}
</style>
border-color css
<style>
span { border-color: #ADE6EE; }
span { border-color: rgb(173,230,238); }
td.TdClassName
{
border-color: #ADE6EE;
}
.TagClassName
{
border-color: #ADE6EE;
}
</style>