Shades of Powder Blue #ADE1E8
Tints of Powder Blue #ADE1E8
RGB
CMYK
RGB Variations
Color information
#ADE1E8 (or 0xADE1E8) is known color: Powder Blue. HEX triplet: AD, E1 and E8. RGB value is (173,225,232). Sum of RGB (Red+Green+Blue) = 173+225+232=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADE1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1E8 is #521E17. Grayscale: #D2D2D2. Windows color (decimal): -5381656 or 15262125. OLE color: 15262125.
HSL color Cylindrical-coordinate representation of color #ADE1E8: hue angle of 187.12º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE1E8 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 225 | 232 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.09 |
| HSL | 187.12º | 0.56% | 0.79% | - |
| HSV(B) | 187.12º | 0.25% | 0.91% | - |
| XYZ | 58.72 | 68.56 | 86.48 | - |
| YUV | 210.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 232 | 0.25 | 0.03 | 0 | 0.09 | 187.12 | 0.56 | 0.79 |
| Hex | AD | E1 | E8 | 19 | 3 | 0 | 9 | BB | 38 | 4F |
| Octal | 255 | 341 | 350 | 31 | 3 | 0 | 11 | 273 | 70 | 117 |
| Binary | 10101101 | 11100001 | 11101000 | 11001 | 11 | 0 | 1001 | 10111011 | 111000 | 1001111 |
Color Harmonies of #ADE1E8
Complementary color
Monochromatic Colors of #ADE1E8
Black with #ADE1E8
Text Example
Text Example
White with #ADE1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1E8; }
p { color: rgb(173,225,232); }
H1.HeaderClassName
{
color: #ADE1E8;
}
.AnyTagClassName
{
color: #ADE1E8;
}
</style>
background-color css
<style>
a { background-color: #ADE1E8; }
a { background-color: rgb(173,225,232); }
div.DivClassName
{
background-color: #ADE1E8;
}
.BgClassName
{
background-color: #ADE1E8;
}
</style>
border-color css
<style>
span { border-color: #ADE1E8; }
span { border-color: rgb(173,225,232); }
td.TdClassName
{
border-color: #ADE1E8;
}
.TagClassName
{
border-color: #ADE1E8;
}
</style>