Shades of Tropical Blue #ADC7E6
Tints of Tropical Blue #ADC7E6
RGB
CMYK
RGB Variations
Color information
#ADC7E6 (or 0xADC7E6) is known color: Tropical Blue. HEX triplet: AD, C7 and E6. RGB value is (173,199,230). Sum of RGB (Red+Green+Blue) = 173+199+230=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADC7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC7E6 is #523819. Grayscale: #C2C2C2. Windows color (decimal): -5388314 or 15124397. OLE color: 15124397.
HSL color Cylindrical-coordinate representation of color #ADC7E6: hue angle of 212.63º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADC7E6 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 199 | 230 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.10 |
| HSL | 212.63º | 0.53% | 0.79% | - |
| HSV(B) | 212.63º | 0.25% | 0.9% | - |
| XYZ | 51.94 | 55.44 | 82.83 | - |
| YUV | 194.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 230 | 0.25 | 0.13 | 0 | 0.10 | 212.63 | 0.53 | 0.79 |
| Hex | AD | C7 | E6 | 19 | D | 0 | A | D5 | 35 | 4F |
| Octal | 255 | 307 | 346 | 31 | 15 | 0 | 12 | 325 | 65 | 117 |
| Binary | 10101101 | 11000111 | 11100110 | 11001 | 1101 | 0 | 1010 | 11010101 | 110101 | 1001111 |
Color Harmonies of #ADC7E6
Complementary color
Monochromatic Colors of #ADC7E6
Black with #ADC7E6
Text Example
Text Example
White with #ADC7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7E6; }
p { color: rgb(173,199,230); }
H1.HeaderClassName
{
color: #ADC7E6;
}
.AnyTagClassName
{
color: #ADC7E6;
}
</style>
background-color css
<style>
a { background-color: #ADC7E6; }
a { background-color: rgb(173,199,230); }
div.DivClassName
{
background-color: #ADC7E6;
}
.BgClassName
{
background-color: #ADC7E6;
}
</style>
border-color css
<style>
span { border-color: #ADC7E6; }
span { border-color: rgb(173,199,230); }
td.TdClassName
{
border-color: #ADC7E6;
}
.TagClassName
{
border-color: #ADC7E6;
}
</style>