Shades of Tropical Blue #ADC7EE
Tints of Tropical Blue #ADC7EE
RGB
CMYK
RGB Variations
Color information
#ADC7EE (or 0xADC7EE) is known color: Tropical Blue. HEX triplet: AD, C7 and EE. RGB value is (173,199,238). Sum of RGB (Red+Green+Blue) = 173+199+238=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADC7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC7EE is #523811. Grayscale: #C3C3C3. Windows color (decimal): -5388306 or 15648685. OLE color: 15648685.
HSL color Cylindrical-coordinate representation of color #ADC7EE: hue angle of 216º 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 #ADC7EE is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 199 | 238 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.07 |
| HSL | 216º | 0.66% | 0.81% | - |
| HSV(B) | 216º | 0.27% | 0.93% | - |
| XYZ | 53.09 | 55.9 | 88.88 | - |
| YUV | 195.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 238 | 0.27 | 0.16 | 0 | 0.07 | 216 | 0.66 | 0.81 |
| Hex | AD | C7 | EE | 1B | 10 | 0 | 7 | D8 | 42 | 51 |
| Octal | 255 | 307 | 356 | 33 | 20 | 0 | 7 | 330 | 102 | 121 |
| Binary | 10101101 | 11000111 | 11101110 | 11011 | 10000 | 0 | 111 | 11011000 | 1000010 | 1010001 |
Color Harmonies of #ADC7EE
Complementary color
Monochromatic Colors of #ADC7EE
Black with #ADC7EE
Text Example
Text Example
White with #ADC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7EE; }
p { color: rgb(173,199,238); }
H1.HeaderClassName
{
color: #ADC7EE;
}
.AnyTagClassName
{
color: #ADC7EE;
}
</style>
background-color css
<style>
a { background-color: #ADC7EE; }
a { background-color: rgb(173,199,238); }
div.DivClassName
{
background-color: #ADC7EE;
}
.BgClassName
{
background-color: #ADC7EE;
}
</style>
border-color css
<style>
span { border-color: #ADC7EE; }
span { border-color: rgb(173,199,238); }
td.TdClassName
{
border-color: #ADC7EE;
}
.TagClassName
{
border-color: #ADC7EE;
}
</style>