Shades of Tropical Blue #ADC7FF
Tints of Tropical Blue #ADC7FF
RGB
CMYK
RGB Variations
Color information
#ADC7FF (or 0xADC7FF) is known color: Tropical Blue. HEX triplet: AD, C7 and FF. RGB value is (173,199,255). Sum of RGB (Red+Green+Blue) = 173+199+255=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC7FF is #523800. Grayscale: #C5C5C5. Windows color (decimal): -5388289 or 16762797. OLE color: 16762797.
HSL color Cylindrical-coordinate representation of color #ADC7FF: hue angle of 220.98º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC7FF is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 199 | 255 | - |
| CMYK | 0.32 | 0.22 | 0 | 0 |
| HSL | 220.98º | 1% | 0.84% | - |
| HSV(B) | 220.98º | 0.32% | 1% | - |
| XYZ | 55.71 | 56.95 | 102.66 | - |
| YUV | 197.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 255 | 0.32 | 0.22 | 0 | 0 | 220.98 | 1 | 0.84 |
| Hex | AD | C7 | FF | 20 | 16 | 0 | 0 | DD | 64 | 54 |
| Octal | 255 | 307 | 377 | 40 | 26 | 0 | 0 | 335 | 144 | 124 |
| Binary | 10101101 | 11000111 | 11111111 | 100000 | 10110 | 0 | 0 | 11011101 | 1100100 | 1010100 |
Color Harmonies of #ADC7FF
Complementary color
Monochromatic Colors of #ADC7FF
Black with #ADC7FF
Text Example
Text Example
White with #ADC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7FF; }
p { color: rgb(173,199,255); }
H1.HeaderClassName
{
color: #ADC7FF;
}
.AnyTagClassName
{
color: #ADC7FF;
}
</style>
background-color css
<style>
a { background-color: #ADC7FF; }
a { background-color: rgb(173,199,255); }
div.DivClassName
{
background-color: #ADC7FF;
}
.BgClassName
{
background-color: #ADC7FF;
}
</style>
border-color css
<style>
span { border-color: #ADC7FF; }
span { border-color: rgb(173,199,255); }
td.TdClassName
{
border-color: #ADC7FF;
}
.TagClassName
{
border-color: #ADC7FF;
}
</style>