Shades of Tropical Blue #ADC4ED
Tints of Tropical Blue #ADC4ED
RGB
CMYK
RGB Variations
Color information
#ADC4ED (or 0xADC4ED) is known color: Tropical Blue. HEX triplet: AD, C4 and ED. RGB value is (173,196,237). Sum of RGB (Red+Green+Blue) = 173+196+237=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC4ED is #523B12. Grayscale: #C1C1C1. Windows color (decimal): -5389075 or 15582381. OLE color: 15582381.
HSL color Cylindrical-coordinate representation of color #ADC4ED: hue angle of 218.44º 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 #ADC4ED is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 196 | 237 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.07 |
| HSL | 218.44º | 0.64% | 0.8% | - |
| HSV(B) | 218.44º | 0.27% | 0.93% | - |
| XYZ | 52.26 | 54.48 | 87.88 | - |
| YUV | 193.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 237 | 0.27 | 0.17 | 0 | 0.07 | 218.44 | 0.64 | 0.8 |
| Hex | AD | C4 | ED | 1B | 11 | 0 | 7 | DA | 40 | 50 |
| Octal | 255 | 304 | 355 | 33 | 21 | 0 | 7 | 332 | 100 | 120 |
| Binary | 10101101 | 11000100 | 11101101 | 11011 | 10001 | 0 | 111 | 11011010 | 1000000 | 1010000 |
Color Harmonies of #ADC4ED
Complementary color
Monochromatic Colors of #ADC4ED
Black with #ADC4ED
Text Example
Text Example
White with #ADC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4ED; }
p { color: rgb(173,196,237); }
H1.HeaderClassName
{
color: #ADC4ED;
}
.AnyTagClassName
{
color: #ADC4ED;
}
</style>
background-color css
<style>
a { background-color: #ADC4ED; }
a { background-color: rgb(173,196,237); }
div.DivClassName
{
background-color: #ADC4ED;
}
.BgClassName
{
background-color: #ADC4ED;
}
</style>
border-color css
<style>
span { border-color: #ADC4ED; }
span { border-color: rgb(173,196,237); }
td.TdClassName
{
border-color: #ADC4ED;
}
.TagClassName
{
border-color: #ADC4ED;
}
</style>