Shades of Tropical Blue #ADC7FD
Tints of Tropical Blue #ADC7FD
RGB
CMYK
RGB Variations
Color information
#ADC7FD (or 0xADC7FD) is known color: Tropical Blue. HEX triplet: AD, C7 and FD. RGB value is (173,199,253). Sum of RGB (Red+Green+Blue) = 173+199+253=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADC7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC7FD is #523802. Grayscale: #C5C5C5. Windows color (decimal): -5388291 or 16631725. OLE color: 16631725.
HSL color Cylindrical-coordinate representation of color #ADC7FD: hue angle of 220.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC7FD is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 199 | 253 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.01 |
| HSL | 220.5º | 0.95% | 0.84% | - |
| HSV(B) | 220.5º | 0.32% | 0.99% | - |
| XYZ | 55.39 | 56.82 | 100.98 | - |
| YUV | 197.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 253 | 0.32 | 0.21 | 0 | 0.01 | 220.5 | 0.95 | 0.84 |
| Hex | AD | C7 | FD | 20 | 15 | 0 | 1 | DC | 5F | 54 |
| Octal | 255 | 307 | 375 | 40 | 25 | 0 | 1 | 334 | 137 | 124 |
| Binary | 10101101 | 11000111 | 11111101 | 100000 | 10101 | 0 | 1 | 11011100 | 1011111 | 1010100 |
Color Harmonies of #ADC7FD
Complementary color
Monochromatic Colors of #ADC7FD
Black with #ADC7FD
Text Example
Text Example
White with #ADC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7FD; }
p { color: rgb(173,199,253); }
H1.HeaderClassName
{
color: #ADC7FD;
}
.AnyTagClassName
{
color: #ADC7FD;
}
</style>
background-color css
<style>
a { background-color: #ADC7FD; }
a { background-color: rgb(173,199,253); }
div.DivClassName
{
background-color: #ADC7FD;
}
.BgClassName
{
background-color: #ADC7FD;
}
</style>
border-color css
<style>
span { border-color: #ADC7FD; }
span { border-color: rgb(173,199,253); }
td.TdClassName
{
border-color: #ADC7FD;
}
.TagClassName
{
border-color: #ADC7FD;
}
</style>