Shades of Tropical Blue #ADC5FC
Tints of Tropical Blue #ADC5FC
RGB
CMYK
RGB Variations
Color information
#ADC5FC (or 0xADC5FC) is known color: Tropical Blue. HEX triplet: AD, C5 and FC. RGB value is (173,197,252). Sum of RGB (Red+Green+Blue) = 173+197+252=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADC5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5FC is #523A03. Grayscale: #C3C3C3. Windows color (decimal): -5388804 or 16565677. OLE color: 16565677.
HSL color Cylindrical-coordinate representation of color #ADC5FC: hue angle of 221.77º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC5FC is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 197 | 252 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.01 |
| HSL | 221.77º | 0.93% | 0.83% | - |
| HSV(B) | 221.77º | 0.31% | 0.99% | - |
| XYZ | 54.77 | 55.85 | 99.99 | - |
| YUV | 196.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 252 | 0.31 | 0.22 | 0 | 0.01 | 221.77 | 0.93 | 0.83 |
| Hex | AD | C5 | FC | 1F | 16 | 0 | 1 | DE | 5D | 53 |
| Octal | 255 | 305 | 374 | 37 | 26 | 0 | 1 | 336 | 135 | 123 |
| Binary | 10101101 | 11000101 | 11111100 | 11111 | 10110 | 0 | 1 | 11011110 | 1011101 | 1010011 |
Color Harmonies of #ADC5FC
Complementary color
Monochromatic Colors of #ADC5FC
Black with #ADC5FC
Text Example
Text Example
White with #ADC5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5FC; }
p { color: rgb(173,197,252); }
H1.HeaderClassName
{
color: #ADC5FC;
}
.AnyTagClassName
{
color: #ADC5FC;
}
</style>
background-color css
<style>
a { background-color: #ADC5FC; }
a { background-color: rgb(173,197,252); }
div.DivClassName
{
background-color: #ADC5FC;
}
.BgClassName
{
background-color: #ADC5FC;
}
</style>
border-color css
<style>
span { border-color: #ADC5FC; }
span { border-color: rgb(173,197,252); }
td.TdClassName
{
border-color: #ADC5FC;
}
.TagClassName
{
border-color: #ADC5FC;
}
</style>