Shades of Tropical Blue #ADC7F6
Tints of Tropical Blue #ADC7F6
RGB
CMYK
RGB Variations
Color information
#ADC7F6 (or 0xADC7F6) is known color: Tropical Blue. HEX triplet: AD, C7 and F6. RGB value is (173,199,246). Sum of RGB (Red+Green+Blue) = 173+199+246=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADC7F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC7F6 is #523809. Grayscale: #C4C4C4. Windows color (decimal): -5388298 or 16172973. OLE color: 16172973.
HSL color Cylindrical-coordinate representation of color #ADC7F6: hue angle of 218.63º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC7F6 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 199 | 246 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.04 |
| HSL | 218.63º | 0.8% | 0.82% | - |
| HSV(B) | 218.63º | 0.3% | 0.96% | - |
| XYZ | 54.29 | 56.38 | 95.21 | - |
| YUV | 196.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 246 | 0.30 | 0.19 | 0 | 0.04 | 218.63 | 0.8 | 0.82 |
| Hex | AD | C7 | F6 | 1E | 13 | 0 | 4 | DB | 50 | 52 |
| Octal | 255 | 307 | 366 | 36 | 23 | 0 | 4 | 333 | 120 | 122 |
| Binary | 10101101 | 11000111 | 11110110 | 11110 | 10011 | 0 | 100 | 11011011 | 1010000 | 1010010 |
Color Harmonies of #ADC7F6
Complementary color
Monochromatic Colors of #ADC7F6
Black with #ADC7F6
Text Example
Text Example
White with #ADC7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7F6; }
p { color: rgb(173,199,246); }
H1.HeaderClassName
{
color: #ADC7F6;
}
.AnyTagClassName
{
color: #ADC7F6;
}
</style>
background-color css
<style>
a { background-color: #ADC7F6; }
a { background-color: rgb(173,199,246); }
div.DivClassName
{
background-color: #ADC7F6;
}
.BgClassName
{
background-color: #ADC7F6;
}
</style>
border-color css
<style>
span { border-color: #ADC7F6; }
span { border-color: rgb(173,199,246); }
td.TdClassName
{
border-color: #ADC7F6;
}
.TagClassName
{
border-color: #ADC7F6;
}
</style>