Shades of Tropical Blue #ADCBE6
Tints of Tropical Blue #ADCBE6
RGB
CMYK
RGB Variations
Color information
#ADCBE6 (or 0xADCBE6) is known color: Tropical Blue. HEX triplet: AD, CB and E6. RGB value is (173,203,230). Sum of RGB (Red+Green+Blue) = 173+203+230=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADCBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBE6 is #523419. Grayscale: #C4C4C4. Windows color (decimal): -5387290 or 15125421. OLE color: 15125421.
HSL color Cylindrical-coordinate representation of color #ADCBE6: hue angle of 208.42º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADCBE6 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 203 | 230 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.10 |
| HSL | 208.42º | 0.53% | 0.79% | - |
| HSV(B) | 208.42º | 0.25% | 0.9% | - |
| XYZ | 52.87 | 57.31 | 83.14 | - |
| YUV | 197.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 230 | 0.25 | 0.12 | 0 | 0.10 | 208.42 | 0.53 | 0.79 |
| Hex | AD | CB | E6 | 19 | C | 0 | A | D0 | 35 | 4F |
| Octal | 255 | 313 | 346 | 31 | 14 | 0 | 12 | 320 | 65 | 117 |
| Binary | 10101101 | 11001011 | 11100110 | 11001 | 1100 | 0 | 1010 | 11010000 | 110101 | 1001111 |
Color Harmonies of #ADCBE6
Complementary color
Monochromatic Colors of #ADCBE6
Black with #ADCBE6
Text Example
Text Example
White with #ADCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBE6; }
p { color: rgb(173,203,230); }
H1.HeaderClassName
{
color: #ADCBE6;
}
.AnyTagClassName
{
color: #ADCBE6;
}
</style>
background-color css
<style>
a { background-color: #ADCBE6; }
a { background-color: rgb(173,203,230); }
div.DivClassName
{
background-color: #ADCBE6;
}
.BgClassName
{
background-color: #ADCBE6;
}
</style>
border-color css
<style>
span { border-color: #ADCBE6; }
span { border-color: rgb(173,203,230); }
td.TdClassName
{
border-color: #ADCBE6;
}
.TagClassName
{
border-color: #ADCBE6;
}
</style>