Shades of Powder Blue #ADE0E5
Tints of Powder Blue #ADE0E5
RGB
CMYK
RGB Variations
Color information
#ADE0E5 (or 0xADE0E5) is known color: Powder Blue. HEX triplet: AD, E0 and E5. RGB value is (173,224,229). Sum of RGB (Red+Green+Blue) = 173+224+229=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADE0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0E5 is #521F1A. Grayscale: #D1D1D1. Windows color (decimal): -5381915 or 15065261. OLE color: 15065261.
HSL color Cylindrical-coordinate representation of color #ADE0E5: hue angle of 185.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE0E5 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 224 | 229 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.10 |
| HSL | 185.36º | 0.52% | 0.79% | - |
| HSV(B) | 185.36º | 0.24% | 0.9% | - |
| XYZ | 58.03 | 67.85 | 84.17 | - |
| YUV | 209.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 229 | 0.24 | 0.02 | 0 | 0.10 | 185.36 | 0.52 | 0.79 |
| Hex | AD | E0 | E5 | 18 | 2 | 0 | A | B9 | 34 | 4F |
| Octal | 255 | 340 | 345 | 30 | 2 | 0 | 12 | 271 | 64 | 117 |
| Binary | 10101101 | 11100000 | 11100101 | 11000 | 10 | 0 | 1010 | 10111001 | 110100 | 1001111 |
Color Harmonies of #ADE0E5
Complementary color
Monochromatic Colors of #ADE0E5
Black with #ADE0E5
Text Example
Text Example
White with #ADE0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0E5; }
p { color: rgb(173,224,229); }
H1.HeaderClassName
{
color: #ADE0E5;
}
.AnyTagClassName
{
color: #ADE0E5;
}
</style>
background-color css
<style>
a { background-color: #ADE0E5; }
a { background-color: rgb(173,224,229); }
div.DivClassName
{
background-color: #ADE0E5;
}
.BgClassName
{
background-color: #ADE0E5;
}
</style>
border-color css
<style>
span { border-color: #ADE0E5; }
span { border-color: rgb(173,224,229); }
td.TdClassName
{
border-color: #ADE0E5;
}
.TagClassName
{
border-color: #ADE0E5;
}
</style>