Shades of Tropical Blue #ADC7E5
Tints of Tropical Blue #ADC7E5
RGB
CMYK
RGB Variations
Color information
#ADC7E5 (or 0xADC7E5) is known color: Tropical Blue. HEX triplet: AD, C7 and E5. RGB value is (173,199,229). Sum of RGB (Red+Green+Blue) = 173+199+229=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADC7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7E5 is #52381A. Grayscale: #C2C2C2. Windows color (decimal): -5388315 or 15058861. OLE color: 15058861.
HSL color Cylindrical-coordinate representation of color #ADC7E5: hue angle of 212.14º 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 #ADC7E5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 199 | 229 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.10 |
| HSL | 212.14º | 0.52% | 0.79% | - |
| HSV(B) | 212.14º | 0.24% | 0.9% | - |
| XYZ | 51.8 | 55.39 | 82.09 | - |
| YUV | 194.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 229 | 0.24 | 0.13 | 0 | 0.10 | 212.14 | 0.52 | 0.79 |
| Hex | AD | C7 | E5 | 18 | D | 0 | A | D4 | 34 | 4F |
| Octal | 255 | 307 | 345 | 30 | 15 | 0 | 12 | 324 | 64 | 117 |
| Binary | 10101101 | 11000111 | 11100101 | 11000 | 1101 | 0 | 1010 | 11010100 | 110100 | 1001111 |
Color Harmonies of #ADC7E5
Complementary color
Monochromatic Colors of #ADC7E5
Black with #ADC7E5
Text Example
Text Example
White with #ADC7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7E5; }
p { color: rgb(173,199,229); }
H1.HeaderClassName
{
color: #ADC7E5;
}
.AnyTagClassName
{
color: #ADC7E5;
}
</style>
background-color css
<style>
a { background-color: #ADC7E5; }
a { background-color: rgb(173,199,229); }
div.DivClassName
{
background-color: #ADC7E5;
}
.BgClassName
{
background-color: #ADC7E5;
}
</style>
border-color css
<style>
span { border-color: #ADC7E5; }
span { border-color: rgb(173,199,229); }
td.TdClassName
{
border-color: #ADC7E5;
}
.TagClassName
{
border-color: #ADC7E5;
}
</style>