Shades of Tropical Blue #ADC6ED
Tints of Tropical Blue #ADC6ED
RGB
CMYK
RGB Variations
Color information
#ADC6ED (or 0xADC6ED) is known color: Tropical Blue. HEX triplet: AD, C6 and ED. RGB value is (173,198,237). Sum of RGB (Red+Green+Blue) = 173+198+237=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC6ED is #523912. Grayscale: #C2C2C2. Windows color (decimal): -5388563 or 15582893. OLE color: 15582893.
HSL color Cylindrical-coordinate representation of color #ADC6ED: hue angle of 216.56º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC6ED is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 198 | 237 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.07 |
| HSL | 216.56º | 0.64% | 0.8% | - |
| HSV(B) | 216.56º | 0.27% | 0.93% | - |
| XYZ | 52.71 | 55.39 | 88.03 | - |
| YUV | 194.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 237 | 0.27 | 0.16 | 0 | 0.07 | 216.56 | 0.64 | 0.8 |
| Hex | AD | C6 | ED | 1B | 10 | 0 | 7 | D9 | 40 | 50 |
| Octal | 255 | 306 | 355 | 33 | 20 | 0 | 7 | 331 | 100 | 120 |
| Binary | 10101101 | 11000110 | 11101101 | 11011 | 10000 | 0 | 111 | 11011001 | 1000000 | 1010000 |
Color Harmonies of #ADC6ED
Complementary color
Monochromatic Colors of #ADC6ED
Black with #ADC6ED
Text Example
Text Example
White with #ADC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6ED; }
p { color: rgb(173,198,237); }
H1.HeaderClassName
{
color: #ADC6ED;
}
.AnyTagClassName
{
color: #ADC6ED;
}
</style>
background-color css
<style>
a { background-color: #ADC6ED; }
a { background-color: rgb(173,198,237); }
div.DivClassName
{
background-color: #ADC6ED;
}
.BgClassName
{
background-color: #ADC6ED;
}
</style>
border-color css
<style>
span { border-color: #ADC6ED; }
span { border-color: rgb(173,198,237); }
td.TdClassName
{
border-color: #ADC6ED;
}
.TagClassName
{
border-color: #ADC6ED;
}
</style>