Shades of Tropical Blue #ADC5FE
Tints of Tropical Blue #ADC5FE
RGB
CMYK
RGB Variations
Color information
#ADC5FE (or 0xADC5FE) is known color: Tropical Blue. HEX triplet: AD, C5 and FE. RGB value is (173,197,254). Sum of RGB (Red+Green+Blue) = 173+197+254=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADC5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5FE is #523A01. Grayscale: #C4C4C4. Windows color (decimal): -5388802 or 16696749. OLE color: 16696749.
HSL color Cylindrical-coordinate representation of color #ADC5FE: hue angle of 222.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC5FE is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 197 | 254 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.00 |
| HSL | 222.22º | 0.98% | 0.84% | - |
| HSV(B) | 222.22º | 0.32% | 1% | - |
| XYZ | 55.09 | 55.97 | 101.67 | - |
| YUV | 196.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 254 | 0.32 | 0.22 | 0 | 0.00 | 222.22 | 0.98 | 0.84 |
| Hex | AD | C5 | FE | 20 | 16 | 0 | 0 | DE | 62 | 54 |
| Octal | 255 | 305 | 376 | 40 | 26 | 0 | 0 | 336 | 142 | 124 |
| Binary | 10101101 | 11000101 | 11111110 | 100000 | 10110 | 0 | 0 | 11011110 | 1100010 | 1010100 |
Color Harmonies of #ADC5FE
Complementary color
Monochromatic Colors of #ADC5FE
Black with #ADC5FE
Text Example
Text Example
White with #ADC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5FE; }
p { color: rgb(173,197,254); }
H1.HeaderClassName
{
color: #ADC5FE;
}
.AnyTagClassName
{
color: #ADC5FE;
}
</style>
background-color css
<style>
a { background-color: #ADC5FE; }
a { background-color: rgb(173,197,254); }
div.DivClassName
{
background-color: #ADC5FE;
}
.BgClassName
{
background-color: #ADC5FE;
}
</style>
border-color css
<style>
span { border-color: #ADC5FE; }
span { border-color: rgb(173,197,254); }
td.TdClassName
{
border-color: #ADC5FE;
}
.TagClassName
{
border-color: #ADC5FE;
}
</style>