Shades of Tropical Blue #ADC6FC
Tints of Tropical Blue #ADC6FC
RGB
CMYK
RGB Variations
Color information
#ADC6FC (or 0xADC6FC) is known color: Tropical Blue. HEX triplet: AD, C6 and FC. RGB value is (173,198,252). Sum of RGB (Red+Green+Blue) = 173+198+252=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADC6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC6FC is #523903. Grayscale: #C4C4C4. Windows color (decimal): -5388548 or 16565933. OLE color: 16565933.
HSL color Cylindrical-coordinate representation of color #ADC6FC: hue angle of 221.01º 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 #ADC6FC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 198 | 252 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.01 |
| HSL | 221.01º | 0.93% | 0.83% | - |
| HSV(B) | 221.01º | 0.31% | 0.99% | - |
| XYZ | 55 | 56.3 | 100.06 | - |
| YUV | 196.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 252 | 0.31 | 0.21 | 0 | 0.01 | 221.01 | 0.93 | 0.83 |
| Hex | AD | C6 | FC | 1F | 15 | 0 | 1 | DD | 5D | 53 |
| Octal | 255 | 306 | 374 | 37 | 25 | 0 | 1 | 335 | 135 | 123 |
| Binary | 10101101 | 11000110 | 11111100 | 11111 | 10101 | 0 | 1 | 11011101 | 1011101 | 1010011 |
Color Harmonies of #ADC6FC
Complementary color
Monochromatic Colors of #ADC6FC
Black with #ADC6FC
Text Example
Text Example
White with #ADC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6FC; }
p { color: rgb(173,198,252); }
H1.HeaderClassName
{
color: #ADC6FC;
}
.AnyTagClassName
{
color: #ADC6FC;
}
</style>
background-color css
<style>
a { background-color: #ADC6FC; }
a { background-color: rgb(173,198,252); }
div.DivClassName
{
background-color: #ADC6FC;
}
.BgClassName
{
background-color: #ADC6FC;
}
</style>
border-color css
<style>
span { border-color: #ADC6FC; }
span { border-color: rgb(173,198,252); }
td.TdClassName
{
border-color: #ADC6FC;
}
.TagClassName
{
border-color: #ADC6FC;
}
</style>