Shades of Tropical Blue #ADC6EE
Tints of Tropical Blue #ADC6EE
RGB
CMYK
RGB Variations
Color information
#ADC6EE (or 0xADC6EE) is known color: Tropical Blue. HEX triplet: AD, C6 and EE. RGB value is (173,198,238). Sum of RGB (Red+Green+Blue) = 173+198+238=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADC6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC6EE is #523911. Grayscale: #C2C2C2. Windows color (decimal): -5388562 or 15648429. OLE color: 15648429.
HSL color Cylindrical-coordinate representation of color #ADC6EE: hue angle of 216.92º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC6EE is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 198 | 238 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.07 |
| HSL | 216.92º | 0.66% | 0.81% | - |
| HSV(B) | 216.92º | 0.27% | 0.93% | - |
| XYZ | 52.86 | 55.45 | 88.8 | - |
| YUV | 195.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 238 | 0.27 | 0.17 | 0 | 0.07 | 216.92 | 0.66 | 0.81 |
| Hex | AD | C6 | EE | 1B | 11 | 0 | 7 | D9 | 42 | 51 |
| Octal | 255 | 306 | 356 | 33 | 21 | 0 | 7 | 331 | 102 | 121 |
| Binary | 10101101 | 11000110 | 11101110 | 11011 | 10001 | 0 | 111 | 11011001 | 1000010 | 1010001 |
Color Harmonies of #ADC6EE
Complementary color
Monochromatic Colors of #ADC6EE
Black with #ADC6EE
Text Example
Text Example
White with #ADC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6EE; }
p { color: rgb(173,198,238); }
H1.HeaderClassName
{
color: #ADC6EE;
}
.AnyTagClassName
{
color: #ADC6EE;
}
</style>
background-color css
<style>
a { background-color: #ADC6EE; }
a { background-color: rgb(173,198,238); }
div.DivClassName
{
background-color: #ADC6EE;
}
.BgClassName
{
background-color: #ADC6EE;
}
</style>
border-color css
<style>
span { border-color: #ADC6EE; }
span { border-color: rgb(173,198,238); }
td.TdClassName
{
border-color: #ADC6EE;
}
.TagClassName
{
border-color: #ADC6EE;
}
</style>