Shades of Tropical Blue #ADC8EE
Tints of Tropical Blue #ADC8EE
RGB
CMYK
RGB Variations
Color information
#ADC8EE (or 0xADC8EE) is known color: Tropical Blue. HEX triplet: AD, C8 and EE. RGB value is (173,200,238). Sum of RGB (Red+Green+Blue) = 173+200+238=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADC8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC8EE is #523711. Grayscale: #C4C4C4. Windows color (decimal): -5388050 or 15648941. OLE color: 15648941.
HSL color Cylindrical-coordinate representation of color #ADC8EE: hue angle of 215.08º 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 #ADC8EE is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 200 | 238 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.07 |
| HSL | 215.08º | 0.66% | 0.81% | - |
| HSV(B) | 215.08º | 0.27% | 0.93% | - |
| XYZ | 53.32 | 56.37 | 88.96 | - |
| YUV | 196.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 238 | 0.27 | 0.16 | 0 | 0.07 | 215.08 | 0.66 | 0.81 |
| Hex | AD | C8 | EE | 1B | 10 | 0 | 7 | D7 | 42 | 51 |
| Octal | 255 | 310 | 356 | 33 | 20 | 0 | 7 | 327 | 102 | 121 |
| Binary | 10101101 | 11001000 | 11101110 | 11011 | 10000 | 0 | 111 | 11010111 | 1000010 | 1010001 |
Color Harmonies of #ADC8EE
Complementary color
Monochromatic Colors of #ADC8EE
Black with #ADC8EE
Text Example
Text Example
White with #ADC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8EE; }
p { color: rgb(173,200,238); }
H1.HeaderClassName
{
color: #ADC8EE;
}
.AnyTagClassName
{
color: #ADC8EE;
}
</style>
background-color css
<style>
a { background-color: #ADC8EE; }
a { background-color: rgb(173,200,238); }
div.DivClassName
{
background-color: #ADC8EE;
}
.BgClassName
{
background-color: #ADC8EE;
}
</style>
border-color css
<style>
span { border-color: #ADC8EE; }
span { border-color: rgb(173,200,238); }
td.TdClassName
{
border-color: #ADC8EE;
}
.TagClassName
{
border-color: #ADC8EE;
}
</style>