Shades of Tropical Blue #ADC5F1
Tints of Tropical Blue #ADC5F1
RGB
CMYK
RGB Variations
Color information
#ADC5F1 (or 0xADC5F1) is known color: Tropical Blue. HEX triplet: AD, C5 and F1. RGB value is (173,197,241). Sum of RGB (Red+Green+Blue) = 173+197+241=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADC5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5F1 is #523A0E. Grayscale: #C2C2C2. Windows color (decimal): -5388815 or 15844781. OLE color: 15844781.
HSL color Cylindrical-coordinate representation of color #ADC5F1: hue angle of 218.82º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC5F1 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 197 | 241 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.05 |
| HSL | 218.82º | 0.71% | 0.81% | - |
| HSV(B) | 218.82º | 0.28% | 0.95% | - |
| XYZ | 53.08 | 55.17 | 91.07 | - |
| YUV | 194.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 241 | 0.28 | 0.18 | 0 | 0.05 | 218.82 | 0.71 | 0.81 |
| Hex | AD | C5 | F1 | 1C | 12 | 0 | 5 | DB | 47 | 51 |
| Octal | 255 | 305 | 361 | 34 | 22 | 0 | 5 | 333 | 107 | 121 |
| Binary | 10101101 | 11000101 | 11110001 | 11100 | 10010 | 0 | 101 | 11011011 | 1000111 | 1010001 |
Color Harmonies of #ADC5F1
Complementary color
Monochromatic Colors of #ADC5F1
Black with #ADC5F1
Text Example
Text Example
White with #ADC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5F1; }
p { color: rgb(173,197,241); }
H1.HeaderClassName
{
color: #ADC5F1;
}
.AnyTagClassName
{
color: #ADC5F1;
}
</style>
background-color css
<style>
a { background-color: #ADC5F1; }
a { background-color: rgb(173,197,241); }
div.DivClassName
{
background-color: #ADC5F1;
}
.BgClassName
{
background-color: #ADC5F1;
}
</style>
border-color css
<style>
span { border-color: #ADC5F1; }
span { border-color: rgb(173,197,241); }
td.TdClassName
{
border-color: #ADC5F1;
}
.TagClassName
{
border-color: #ADC5F1;
}
</style>