Shades of Tropical Blue #ADC6F0
Tints of Tropical Blue #ADC6F0
RGB
CMYK
RGB Variations
Color information
#ADC6F0 (or 0xADC6F0) is known color: Tropical Blue. HEX triplet: AD, C6 and F0. RGB value is (173,198,240). Sum of RGB (Red+Green+Blue) = 173+198+240=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADC6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC6F0 is #52390F. Grayscale: #C3C3C3. Windows color (decimal): -5388560 or 15779501. OLE color: 15779501.
HSL color Cylindrical-coordinate representation of color #ADC6F0: hue angle of 217.61º 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 #ADC6F0 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 198 | 240 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.06 |
| HSL | 217.61º | 0.69% | 0.81% | - |
| HSV(B) | 217.61º | 0.28% | 0.94% | - |
| XYZ | 53.16 | 55.56 | 90.36 | - |
| YUV | 195.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 240 | 0.28 | 0.18 | 0 | 0.06 | 217.61 | 0.69 | 0.81 |
| Hex | AD | C6 | F0 | 1C | 12 | 0 | 6 | DA | 45 | 51 |
| Octal | 255 | 306 | 360 | 34 | 22 | 0 | 6 | 332 | 105 | 121 |
| Binary | 10101101 | 11000110 | 11110000 | 11100 | 10010 | 0 | 110 | 11011010 | 1000101 | 1010001 |
Color Harmonies of #ADC6F0
Complementary color
Monochromatic Colors of #ADC6F0
Black with #ADC6F0
Text Example
Text Example
White with #ADC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6F0; }
p { color: rgb(173,198,240); }
H1.HeaderClassName
{
color: #ADC6F0;
}
.AnyTagClassName
{
color: #ADC6F0;
}
</style>
background-color css
<style>
a { background-color: #ADC6F0; }
a { background-color: rgb(173,198,240); }
div.DivClassName
{
background-color: #ADC6F0;
}
.BgClassName
{
background-color: #ADC6F0;
}
</style>
border-color css
<style>
span { border-color: #ADC6F0; }
span { border-color: rgb(173,198,240); }
td.TdClassName
{
border-color: #ADC6F0;
}
.TagClassName
{
border-color: #ADC6F0;
}
</style>