Shades of Tropical Blue #ADC5EC
Tints of Tropical Blue #ADC5EC
RGB
CMYK
RGB Variations
Color information
#ADC5EC (or 0xADC5EC) is known color: Tropical Blue. HEX triplet: AD, C5 and EC. RGB value is (173,197,236). Sum of RGB (Red+Green+Blue) = 173+197+236=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADC5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5EC is #523A13. Grayscale: #C2C2C2. Windows color (decimal): -5388820 or 15517101. OLE color: 15517101.
HSL color Cylindrical-coordinate representation of color #ADC5EC: hue angle of 217.14º degrees, saturation: 0.62, 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 #ADC5EC is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 197 | 236 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.07 |
| HSL | 217.14º | 0.62% | 0.8% | - |
| HSV(B) | 217.14º | 0.27% | 0.93% | - |
| XYZ | 52.34 | 54.87 | 87.19 | - |
| YUV | 194.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 236 | 0.27 | 0.17 | 0 | 0.07 | 217.14 | 0.62 | 0.8 |
| Hex | AD | C5 | EC | 1B | 11 | 0 | 7 | D9 | 3E | 50 |
| Octal | 255 | 305 | 354 | 33 | 21 | 0 | 7 | 331 | 76 | 120 |
| Binary | 10101101 | 11000101 | 11101100 | 11011 | 10001 | 0 | 111 | 11011001 | 111110 | 1010000 |
Color Harmonies of #ADC5EC
Complementary color
Monochromatic Colors of #ADC5EC
Black with #ADC5EC
Text Example
Text Example
White with #ADC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5EC; }
p { color: rgb(173,197,236); }
H1.HeaderClassName
{
color: #ADC5EC;
}
.AnyTagClassName
{
color: #ADC5EC;
}
</style>
background-color css
<style>
a { background-color: #ADC5EC; }
a { background-color: rgb(173,197,236); }
div.DivClassName
{
background-color: #ADC5EC;
}
.BgClassName
{
background-color: #ADC5EC;
}
</style>
border-color css
<style>
span { border-color: #ADC5EC; }
span { border-color: rgb(173,197,236); }
td.TdClassName
{
border-color: #ADC5EC;
}
.TagClassName
{
border-color: #ADC5EC;
}
</style>