Shades of Tropical Blue #ADC7F0
Tints of Tropical Blue #ADC7F0
RGB
CMYK
RGB Variations
Color information
#ADC7F0 (or 0xADC7F0) is known color: Tropical Blue. HEX triplet: AD, C7 and F0. RGB value is (173,199,240). Sum of RGB (Red+Green+Blue) = 173+199+240=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADC7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC7F0 is #52380F. Grayscale: #C3C3C3. Windows color (decimal): -5388304 or 15779757. OLE color: 15779757.
HSL color Cylindrical-coordinate representation of color #ADC7F0: hue angle of 216.72º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC7F0 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 199 | 240 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.06 |
| HSL | 216.72º | 0.69% | 0.81% | - |
| HSV(B) | 216.72º | 0.28% | 0.94% | - |
| XYZ | 53.39 | 56.02 | 90.44 | - |
| YUV | 195.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 240 | 0.28 | 0.17 | 0 | 0.06 | 216.72 | 0.69 | 0.81 |
| Hex | AD | C7 | F0 | 1C | 11 | 0 | 6 | D9 | 45 | 51 |
| Octal | 255 | 307 | 360 | 34 | 21 | 0 | 6 | 331 | 105 | 121 |
| Binary | 10101101 | 11000111 | 11110000 | 11100 | 10001 | 0 | 110 | 11011001 | 1000101 | 1010001 |
Color Harmonies of #ADC7F0
Complementary color
Monochromatic Colors of #ADC7F0
Black with #ADC7F0
Text Example
Text Example
White with #ADC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7F0; }
p { color: rgb(173,199,240); }
H1.HeaderClassName
{
color: #ADC7F0;
}
.AnyTagClassName
{
color: #ADC7F0;
}
</style>
background-color css
<style>
a { background-color: #ADC7F0; }
a { background-color: rgb(173,199,240); }
div.DivClassName
{
background-color: #ADC7F0;
}
.BgClassName
{
background-color: #ADC7F0;
}
</style>
border-color css
<style>
span { border-color: #ADC7F0; }
span { border-color: rgb(173,199,240); }
td.TdClassName
{
border-color: #ADC7F0;
}
.TagClassName
{
border-color: #ADC7F0;
}
</style>