Shades of Tropical Blue #ADC7FC
Tints of Tropical Blue #ADC7FC
RGB
CMYK
RGB Variations
Color information
#ADC7FC (or 0xADC7FC) is known color: Tropical Blue. HEX triplet: AD, C7 and FC. RGB value is (173,199,252). Sum of RGB (Red+Green+Blue) = 173+199+252=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADC7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC7FC is #523803. Grayscale: #C5C5C5. Windows color (decimal): -5388292 or 16566189. OLE color: 16566189.
HSL color Cylindrical-coordinate representation of color #ADC7FC: hue angle of 220.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC7FC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 199 | 252 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.01 |
| HSL | 220.25º | 0.93% | 0.83% | - |
| HSV(B) | 220.25º | 0.31% | 0.99% | - |
| XYZ | 55.23 | 56.76 | 100.14 | - |
| YUV | 197.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 252 | 0.31 | 0.21 | 0 | 0.01 | 220.25 | 0.93 | 0.83 |
| Hex | AD | C7 | FC | 1F | 15 | 0 | 1 | DC | 5D | 53 |
| Octal | 255 | 307 | 374 | 37 | 25 | 0 | 1 | 334 | 135 | 123 |
| Binary | 10101101 | 11000111 | 11111100 | 11111 | 10101 | 0 | 1 | 11011100 | 1011101 | 1010011 |
Color Harmonies of #ADC7FC
Complementary color
Monochromatic Colors of #ADC7FC
Black with #ADC7FC
Text Example
Text Example
White with #ADC7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7FC; }
p { color: rgb(173,199,252); }
H1.HeaderClassName
{
color: #ADC7FC;
}
.AnyTagClassName
{
color: #ADC7FC;
}
</style>
background-color css
<style>
a { background-color: #ADC7FC; }
a { background-color: rgb(173,199,252); }
div.DivClassName
{
background-color: #ADC7FC;
}
.BgClassName
{
background-color: #ADC7FC;
}
</style>
border-color css
<style>
span { border-color: #ADC7FC; }
span { border-color: rgb(173,199,252); }
td.TdClassName
{
border-color: #ADC7FC;
}
.TagClassName
{
border-color: #ADC7FC;
}
</style>