Shades of Powder Blue #ADE0ED
Tints of Powder Blue #ADE0ED
RGB
CMYK
RGB Variations
Color information
#ADE0ED (or 0xADE0ED) is known color: Powder Blue. HEX triplet: AD, E0 and ED. RGB value is (173,224,237). Sum of RGB (Red+Green+Blue) = 173+224+237=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADE0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0ED is #521F12. Grayscale: #D2D2D2. Windows color (decimal): -5381907 or 15589549. OLE color: 15589549.
HSL color Cylindrical-coordinate representation of color #ADE0ED: hue angle of 192.19º 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 #ADE0ED is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 224 | 237 | - |
CMYK | 0.27 | 0.05 | 0 | 0.07 |
HSL | 192.19º | 0.64% | 0.8% | - |
HSV(B) | 192.19º | 0.27% | 0.93% | - |
XYZ | 59.18 | 68.31 | 90.19 | - |
YUV | 210.23 | 143.1 | 101.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 224 | 237 | 0.27 | 0.05 | 0 | 0.07 | 192.19 | 0.64 | 0.8 |
Hex | AD | E0 | ED | 1B | 5 | 0 | 7 | C0 | 40 | 50 |
Octal | 255 | 340 | 355 | 33 | 5 | 0 | 7 | 300 | 100 | 120 |
Binary | 10101101 | 11100000 | 11101101 | 11011 | 101 | 0 | 111 | 11000000 | 1000000 | 1010000 |
Color Harmonies of #ADE0ED
Complementary color
Monochromatic Colors of #ADE0ED
Black with #ADE0ED
Text Example
Text Example
White with #ADE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0ED; }
p { color: rgb(173,224,237); }
H1.HeaderClassName
{
color: #ADE0ED;
}
.AnyTagClassName
{
color: #ADE0ED;
}
</style>
background-color css
<style>
a { background-color: #ADE0ED; }
a { background-color: rgb(173,224,237); }
div.DivClassName
{
background-color: #ADE0ED;
}
.BgClassName
{
background-color: #ADE0ED;
}
</style>
border-color css
<style>
span { border-color: #ADE0ED; }
span { border-color: rgb(173,224,237); }
td.TdClassName
{
border-color: #ADE0ED;
}
.TagClassName
{
border-color: #ADE0ED;
}
</style>