Shades of Powder Blue #ADE2E6
Tints of Powder Blue #ADE2E6
RGB
CMYK
RGB Variations
Color information
#ADE2E6 (or 0xADE2E6) is known color: Powder Blue. HEX triplet: AD, E2 and E6. RGB value is (173,226,230). Sum of RGB (Red+Green+Blue) = 173+226+230=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADE2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2E6 is #521D19. Grayscale: #D2D2D2. Windows color (decimal): -5381402 or 15131309. OLE color: 15131309.
HSL color Cylindrical-coordinate representation of color #ADE2E6: hue angle of 184.21º 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 #ADE2E6 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 226 | 230 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.10 |
| HSL | 184.21º | 0.53% | 0.79% | - |
| HSV(B) | 184.21º | 0.25% | 0.9% | - |
| XYZ | 58.71 | 68.99 | 85.08 | - |
| YUV | 210.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 230 | 0.25 | 0.02 | 0 | 0.10 | 184.21 | 0.53 | 0.79 |
| Hex | AD | E2 | E6 | 19 | 2 | 0 | A | B8 | 35 | 4F |
| Octal | 255 | 342 | 346 | 31 | 2 | 0 | 12 | 270 | 65 | 117 |
| Binary | 10101101 | 11100010 | 11100110 | 11001 | 10 | 0 | 1010 | 10111000 | 110101 | 1001111 |
Color Harmonies of #ADE2E6
Complementary color
Monochromatic Colors of #ADE2E6
Black with #ADE2E6
Text Example
Text Example
White with #ADE2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2E6; }
p { color: rgb(173,226,230); }
H1.HeaderClassName
{
color: #ADE2E6;
}
.AnyTagClassName
{
color: #ADE2E6;
}
</style>
background-color css
<style>
a { background-color: #ADE2E6; }
a { background-color: rgb(173,226,230); }
div.DivClassName
{
background-color: #ADE2E6;
}
.BgClassName
{
background-color: #ADE2E6;
}
</style>
border-color css
<style>
span { border-color: #ADE2E6; }
span { border-color: rgb(173,226,230); }
td.TdClassName
{
border-color: #ADE2E6;
}
.TagClassName
{
border-color: #ADE2E6;
}
</style>