Shades of Powder Blue #ADE3ED
Tints of Powder Blue #ADE3ED
RGB
CMYK
RGB Variations
Color information
#ADE3ED (or 0xADE3ED) is known color: Powder Blue. HEX triplet: AD, E3 and ED. RGB value is (173,227,237). Sum of RGB (Red+Green+Blue) = 173+227+237=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADE3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3ED is #521C12. Grayscale: #D3D3D3. Windows color (decimal): -5381139 or 15590317. OLE color: 15590317.
HSL color Cylindrical-coordinate representation of color #ADE3ED: hue angle of 189.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADE3ED is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 227 | 237 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.07 |
| HSL | 189.38º | 0.64% | 0.8% | - |
| HSV(B) | 189.38º | 0.27% | 0.93% | - |
| XYZ | 59.99 | 69.94 | 90.46 | - |
| YUV | 211.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 237 | 0.27 | 0.04 | 0 | 0.07 | 189.38 | 0.64 | 0.8 |
| Hex | AD | E3 | ED | 1B | 4 | 0 | 7 | BD | 40 | 50 |
| Octal | 255 | 343 | 355 | 33 | 4 | 0 | 7 | 275 | 100 | 120 |
| Binary | 10101101 | 11100011 | 11101101 | 11011 | 100 | 0 | 111 | 10111101 | 1000000 | 1010000 |
Color Harmonies of #ADE3ED
Complementary color
Monochromatic Colors of #ADE3ED
Black with #ADE3ED
Text Example
Text Example
White with #ADE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3ED; }
p { color: rgb(173,227,237); }
H1.HeaderClassName
{
color: #ADE3ED;
}
.AnyTagClassName
{
color: #ADE3ED;
}
</style>
background-color css
<style>
a { background-color: #ADE3ED; }
a { background-color: rgb(173,227,237); }
div.DivClassName
{
background-color: #ADE3ED;
}
.BgClassName
{
background-color: #ADE3ED;
}
</style>
border-color css
<style>
span { border-color: #ADE3ED; }
span { border-color: rgb(173,227,237); }
td.TdClassName
{
border-color: #ADE3ED;
}
.TagClassName
{
border-color: #ADE3ED;
}
</style>