Shades of Tropical Blue #ADC6FF
Tints of Tropical Blue #ADC6FF
RGB
CMYK
RGB Variations
Color information
#ADC6FF (or 0xADC6FF) is known color: Tropical Blue. HEX triplet: AD, C6 and FF. RGB value is (173,198,255). Sum of RGB (Red+Green+Blue) = 173+198+255=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADC6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC6FF is #523900. Grayscale: #C4C4C4. Windows color (decimal): -5388545 or 16762541. OLE color: 16762541.
HSL color Cylindrical-coordinate representation of color #ADC6FF: hue angle of 221.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC6FF is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 198 | 255 | - |
| CMYK | 0.32 | 0.22 | 0 | 0 |
| HSL | 221.71º | 1% | 0.84% | - |
| HSV(B) | 221.71º | 0.32% | 1% | - |
| XYZ | 55.48 | 56.49 | 102.59 | - |
| YUV | 197.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 255 | 0.32 | 0.22 | 0 | 0 | 221.71 | 1 | 0.84 |
| Hex | AD | C6 | FF | 20 | 16 | 0 | 0 | DE | 64 | 54 |
| Octal | 255 | 306 | 377 | 40 | 26 | 0 | 0 | 336 | 144 | 124 |
| Binary | 10101101 | 11000110 | 11111111 | 100000 | 10110 | 0 | 0 | 11011110 | 1100100 | 1010100 |
Color Harmonies of #ADC6FF
Complementary color
Monochromatic Colors of #ADC6FF
Black with #ADC6FF
Text Example
Text Example
White with #ADC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6FF; }
p { color: rgb(173,198,255); }
H1.HeaderClassName
{
color: #ADC6FF;
}
.AnyTagClassName
{
color: #ADC6FF;
}
</style>
background-color css
<style>
a { background-color: #ADC6FF; }
a { background-color: rgb(173,198,255); }
div.DivClassName
{
background-color: #ADC6FF;
}
.BgClassName
{
background-color: #ADC6FF;
}
</style>
border-color css
<style>
span { border-color: #ADC6FF; }
span { border-color: rgb(173,198,255); }
td.TdClassName
{
border-color: #ADC6FF;
}
.TagClassName
{
border-color: #ADC6FF;
}
</style>