Shades of Powder Blue #ADE1E6
Tints of Powder Blue #ADE1E6
RGB
CMYK
RGB Variations
Color information
#ADE1E6 (or 0xADE1E6) is known color: Powder Blue. HEX triplet: AD, E1 and E6. RGB value is (173,225,230). Sum of RGB (Red+Green+Blue) = 173+225+230=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADE1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1E6 is #521E19. Grayscale: #D1D1D1. Windows color (decimal): -5381658 or 15131053. OLE color: 15131053.
HSL color Cylindrical-coordinate representation of color #ADE1E6: hue angle of 185.26º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE1E6 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 225 | 230 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.10 |
| HSL | 185.26º | 0.53% | 0.79% | - |
| HSV(B) | 185.26º | 0.25% | 0.9% | - |
| XYZ | 58.44 | 68.45 | 84.99 | - |
| YUV | 210.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 230 | 0.25 | 0.02 | 0 | 0.10 | 185.26 | 0.53 | 0.79 |
| Hex | AD | E1 | E6 | 19 | 2 | 0 | A | B9 | 35 | 4F |
| Octal | 255 | 341 | 346 | 31 | 2 | 0 | 12 | 271 | 65 | 117 |
| Binary | 10101101 | 11100001 | 11100110 | 11001 | 10 | 0 | 1010 | 10111001 | 110101 | 1001111 |
Color Harmonies of #ADE1E6
Complementary color
Monochromatic Colors of #ADE1E6
Black with #ADE1E6
Text Example
Text Example
White with #ADE1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1E6; }
p { color: rgb(173,225,230); }
H1.HeaderClassName
{
color: #ADE1E6;
}
.AnyTagClassName
{
color: #ADE1E6;
}
</style>
background-color css
<style>
a { background-color: #ADE1E6; }
a { background-color: rgb(173,225,230); }
div.DivClassName
{
background-color: #ADE1E6;
}
.BgClassName
{
background-color: #ADE1E6;
}
</style>
border-color css
<style>
span { border-color: #ADE1E6; }
span { border-color: rgb(173,225,230); }
td.TdClassName
{
border-color: #ADE1E6;
}
.TagClassName
{
border-color: #ADE1E6;
}
</style>