Shades of Tropical Blue #ADC5E5
Tints of Tropical Blue #ADC5E5
RGB
CMYK
RGB Variations
Color information
#ADC5E5 (or 0xADC5E5) is known color: Tropical Blue. HEX triplet: AD, C5 and E5. RGB value is (173,197,229). Sum of RGB (Red+Green+Blue) = 173+197+229=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADC5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5E5 is #523A1A. Grayscale: #C1C1C1. Windows color (decimal): -5388827 or 15058349. OLE color: 15058349.
HSL color Cylindrical-coordinate representation of color #ADC5E5: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC5E5 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 197 | 229 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.10 |
| HSL | 214.29º | 0.52% | 0.79% | - |
| HSV(B) | 214.29º | 0.24% | 0.9% | - |
| XYZ | 51.34 | 54.47 | 81.94 | - |
| YUV | 193.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 229 | 0.24 | 0.14 | 0 | 0.10 | 214.29 | 0.52 | 0.79 |
| Hex | AD | C5 | E5 | 18 | E | 0 | A | D6 | 34 | 4F |
| Octal | 255 | 305 | 345 | 30 | 16 | 0 | 12 | 326 | 64 | 117 |
| Binary | 10101101 | 11000101 | 11100101 | 11000 | 1110 | 0 | 1010 | 11010110 | 110100 | 1001111 |
Color Harmonies of #ADC5E5
Complementary color
Monochromatic Colors of #ADC5E5
Black with #ADC5E5
Text Example
Text Example
White with #ADC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5E5; }
p { color: rgb(173,197,229); }
H1.HeaderClassName
{
color: #ADC5E5;
}
.AnyTagClassName
{
color: #ADC5E5;
}
</style>
background-color css
<style>
a { background-color: #ADC5E5; }
a { background-color: rgb(173,197,229); }
div.DivClassName
{
background-color: #ADC5E5;
}
.BgClassName
{
background-color: #ADC5E5;
}
</style>
border-color css
<style>
span { border-color: #ADC5E5; }
span { border-color: rgb(173,197,229); }
td.TdClassName
{
border-color: #ADC5E5;
}
.TagClassName
{
border-color: #ADC5E5;
}
</style>