Shades of Tropical Blue #ADC5F9
Tints of Tropical Blue #ADC5F9
RGB
CMYK
RGB Variations
Color information
#ADC5F9 (or 0xADC5F9) is known color: Tropical Blue. HEX triplet: AD, C5 and F9. RGB value is (173,197,249). Sum of RGB (Red+Green+Blue) = 173+197+249=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADC5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5F9 is #523A06. Grayscale: #C3C3C3. Windows color (decimal): -5388807 or 16369069. OLE color: 16369069.
HSL color Cylindrical-coordinate representation of color #ADC5F9: hue angle of 221.05º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC5F9 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 197 | 249 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.02 |
| HSL | 221.05º | 0.86% | 0.83% | - |
| HSV(B) | 221.05º | 0.31% | 0.98% | - |
| XYZ | 54.3 | 55.66 | 97.5 | - |
| YUV | 195.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 249 | 0.31 | 0.21 | 0 | 0.02 | 221.05 | 0.86 | 0.83 |
| Hex | AD | C5 | F9 | 1F | 15 | 0 | 2 | DD | 56 | 53 |
| Octal | 255 | 305 | 371 | 37 | 25 | 0 | 2 | 335 | 126 | 123 |
| Binary | 10101101 | 11000101 | 11111001 | 11111 | 10101 | 0 | 10 | 11011101 | 1010110 | 1010011 |
Color Harmonies of #ADC5F9
Complementary color
Monochromatic Colors of #ADC5F9
Black with #ADC5F9
Text Example
Text Example
White with #ADC5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5F9; }
p { color: rgb(173,197,249); }
H1.HeaderClassName
{
color: #ADC5F9;
}
.AnyTagClassName
{
color: #ADC5F9;
}
</style>
background-color css
<style>
a { background-color: #ADC5F9; }
a { background-color: rgb(173,197,249); }
div.DivClassName
{
background-color: #ADC5F9;
}
.BgClassName
{
background-color: #ADC5F9;
}
</style>
border-color css
<style>
span { border-color: #ADC5F9; }
span { border-color: rgb(173,197,249); }
td.TdClassName
{
border-color: #ADC5F9;
}
.TagClassName
{
border-color: #ADC5F9;
}
</style>