Shades of Tropical Blue #ADC9ED
Tints of Tropical Blue #ADC9ED
RGB
CMYK
RGB Variations
Color information
#ADC9ED (or 0xADC9ED) is known color: Tropical Blue. HEX triplet: AD, C9 and ED. RGB value is (173,201,237). Sum of RGB (Red+Green+Blue) = 173+201+237=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC9ED is #523612. Grayscale: #C4C4C4. Windows color (decimal): -5387795 or 15583661. OLE color: 15583661.
HSL color Cylindrical-coordinate representation of color #ADC9ED: hue angle of 213.75º 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 #ADC9ED is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 201 | 237 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.07 |
| HSL | 213.75º | 0.64% | 0.8% | - |
| HSV(B) | 213.75º | 0.27% | 0.93% | - |
| XYZ | 53.41 | 56.77 | 88.26 | - |
| YUV | 196.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 237 | 0.27 | 0.15 | 0 | 0.07 | 213.75 | 0.64 | 0.8 |
| Hex | AD | C9 | ED | 1B | F | 0 | 7 | D6 | 40 | 50 |
| Octal | 255 | 311 | 355 | 33 | 17 | 0 | 7 | 326 | 100 | 120 |
| Binary | 10101101 | 11001001 | 11101101 | 11011 | 1111 | 0 | 111 | 11010110 | 1000000 | 1010000 |
Color Harmonies of #ADC9ED
Complementary color
Monochromatic Colors of #ADC9ED
Black with #ADC9ED
Text Example
Text Example
White with #ADC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9ED; }
p { color: rgb(173,201,237); }
H1.HeaderClassName
{
color: #ADC9ED;
}
.AnyTagClassName
{
color: #ADC9ED;
}
</style>
background-color css
<style>
a { background-color: #ADC9ED; }
a { background-color: rgb(173,201,237); }
div.DivClassName
{
background-color: #ADC9ED;
}
.BgClassName
{
background-color: #ADC9ED;
}
</style>
border-color css
<style>
span { border-color: #ADC9ED; }
span { border-color: rgb(173,201,237); }
td.TdClassName
{
border-color: #ADC9ED;
}
.TagClassName
{
border-color: #ADC9ED;
}
</style>