Shades of Tropical Blue #ADC5EA
Tints of Tropical Blue #ADC5EA
RGB
CMYK
RGB Variations
Color information
#ADC5EA (or 0xADC5EA) is known color: Tropical Blue. HEX triplet: AD, C5 and EA. RGB value is (173,197,234). Sum of RGB (Red+Green+Blue) = 173+197+234=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5EA is #523A15. Grayscale: #C1C1C1. Windows color (decimal): -5388822 or 15386029. OLE color: 15386029.
HSL color Cylindrical-coordinate representation of color #ADC5EA: hue angle of 216.39º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC5EA is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 197 | 234 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.08 |
| HSL | 216.39º | 0.59% | 0.8% | - |
| HSV(B) | 216.39º | 0.26% | 0.92% | - |
| XYZ | 52.05 | 54.76 | 85.67 | - |
| YUV | 194.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 234 | 0.26 | 0.16 | 0 | 0.08 | 216.39 | 0.59 | 0.8 |
| Hex | AD | C5 | EA | 1A | 10 | 0 | 8 | D8 | 3B | 50 |
| Octal | 255 | 305 | 352 | 32 | 20 | 0 | 10 | 330 | 73 | 120 |
| Binary | 10101101 | 11000101 | 11101010 | 11010 | 10000 | 0 | 1000 | 11011000 | 111011 | 1010000 |
Color Harmonies of #ADC5EA
Complementary color
Monochromatic Colors of #ADC5EA
Black with #ADC5EA
Text Example
Text Example
White with #ADC5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5EA; }
p { color: rgb(173,197,234); }
H1.HeaderClassName
{
color: #ADC5EA;
}
.AnyTagClassName
{
color: #ADC5EA;
}
</style>
background-color css
<style>
a { background-color: #ADC5EA; }
a { background-color: rgb(173,197,234); }
div.DivClassName
{
background-color: #ADC5EA;
}
.BgClassName
{
background-color: #ADC5EA;
}
</style>
border-color css
<style>
span { border-color: #ADC5EA; }
span { border-color: rgb(173,197,234); }
td.TdClassName
{
border-color: #ADC5EA;
}
.TagClassName
{
border-color: #ADC5EA;
}
</style>