Shades of Tropical Blue #ADC7EF
Tints of Tropical Blue #ADC7EF
RGB
CMYK
RGB Variations
Color information
#ADC7EF (or 0xADC7EF) is known color: Tropical Blue. HEX triplet: AD, C7 and EF. RGB value is (173,199,239). Sum of RGB (Red+Green+Blue) = 173+199+239=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADC7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC7EF is #523810. Grayscale: #C3C3C3. Windows color (decimal): -5388305 or 15714221. OLE color: 15714221.
HSL color Cylindrical-coordinate representation of color #ADC7EF: hue angle of 216.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC7EF is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 199 | 239 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.06 |
| HSL | 216.36º | 0.67% | 0.81% | - |
| HSV(B) | 216.36º | 0.28% | 0.94% | - |
| XYZ | 53.24 | 55.96 | 89.66 | - |
| YUV | 195.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 239 | 0.28 | 0.17 | 0 | 0.06 | 216.36 | 0.67 | 0.81 |
| Hex | AD | C7 | EF | 1C | 11 | 0 | 6 | D8 | 43 | 51 |
| Octal | 255 | 307 | 357 | 34 | 21 | 0 | 6 | 330 | 103 | 121 |
| Binary | 10101101 | 11000111 | 11101111 | 11100 | 10001 | 0 | 110 | 11011000 | 1000011 | 1010001 |
Color Harmonies of #ADC7EF
Complementary color
Monochromatic Colors of #ADC7EF
Black with #ADC7EF
Text Example
Text Example
White with #ADC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7EF; }
p { color: rgb(173,199,239); }
H1.HeaderClassName
{
color: #ADC7EF;
}
.AnyTagClassName
{
color: #ADC7EF;
}
</style>
background-color css
<style>
a { background-color: #ADC7EF; }
a { background-color: rgb(173,199,239); }
div.DivClassName
{
background-color: #ADC7EF;
}
.BgClassName
{
background-color: #ADC7EF;
}
</style>
border-color css
<style>
span { border-color: #ADC7EF; }
span { border-color: rgb(173,199,239); }
td.TdClassName
{
border-color: #ADC7EF;
}
.TagClassName
{
border-color: #ADC7EF;
}
</style>