Shades of Powder Blue #ADE6EB
Tints of Powder Blue #ADE6EB
RGB
CMYK
RGB Variations
Color information
#ADE6EB (or 0xADE6EB) is known color: Powder Blue. HEX triplet: AD, E6 and EB. RGB value is (173,230,235). Sum of RGB (Red+Green+Blue) = 173+230+235=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADE6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6EB is #521914. Grayscale: #D5D5D5. Windows color (decimal): -5380373 or 15460013. OLE color: 15460013.
HSL color Cylindrical-coordinate representation of color #ADE6EB: hue angle of 184.84º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE6EB is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 173 | 230 | 235 | - |
CMYK | 0.26 | 0.02 | 0 | 0.08 |
HSL | 184.84º | 0.61% | 0.8% | - |
HSV(B) | 184.84º | 0.26% | 0.92% | - |
XYZ | 60.53 | 71.48 | 89.2 | - |
YUV | 213.53 | 140.12 | 99.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 230 | 235 | 0.26 | 0.02 | 0 | 0.08 | 184.84 | 0.61 | 0.8 |
Hex | AD | E6 | EB | 1A | 2 | 0 | 8 | B9 | 3D | 50 |
Octal | 255 | 346 | 353 | 32 | 2 | 0 | 10 | 271 | 75 | 120 |
Binary | 10101101 | 11100110 | 11101011 | 11010 | 10 | 0 | 1000 | 10111001 | 111101 | 1010000 |
Color Harmonies of #ADE6EB
Complementary color
Monochromatic Colors of #ADE6EB
Black with #ADE6EB
Text Example
Text Example
White with #ADE6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6EB; }
p { color: rgb(173,230,235); }
H1.HeaderClassName
{
color: #ADE6EB;
}
.AnyTagClassName
{
color: #ADE6EB;
}
</style>
background-color css
<style>
a { background-color: #ADE6EB; }
a { background-color: rgb(173,230,235); }
div.DivClassName
{
background-color: #ADE6EB;
}
.BgClassName
{
background-color: #ADE6EB;
}
</style>
border-color css
<style>
span { border-color: #ADE6EB; }
span { border-color: rgb(173,230,235); }
td.TdClassName
{
border-color: #ADE6EB;
}
.TagClassName
{
border-color: #ADE6EB;
}
</style>