Shades of Tropical Blue #ADC5FA
Tints of Tropical Blue #ADC5FA
RGB
CMYK
RGB Variations
Color information
#ADC5FA (or 0xADC5FA) is known color: Tropical Blue. HEX triplet: AD, C5 and FA. RGB value is (173,197,250). Sum of RGB (Red+Green+Blue) = 173+197+250=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADC5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5FA is #523A05. Grayscale: #C3C3C3. Windows color (decimal): -5388806 or 16434605. OLE color: 16434605.
HSL color Cylindrical-coordinate representation of color #ADC5FA: hue angle of 221.3º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC5FA is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 197 | 250 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.02 |
| HSL | 221.3º | 0.89% | 0.83% | - |
| HSV(B) | 221.3º | 0.31% | 0.98% | - |
| XYZ | 54.46 | 55.72 | 98.33 | - |
| YUV | 195.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 250 | 0.31 | 0.21 | 0 | 0.02 | 221.3 | 0.89 | 0.83 |
| Hex | AD | C5 | FA | 1F | 15 | 0 | 2 | DD | 59 | 53 |
| Octal | 255 | 305 | 372 | 37 | 25 | 0 | 2 | 335 | 131 | 123 |
| Binary | 10101101 | 11000101 | 11111010 | 11111 | 10101 | 0 | 10 | 11011101 | 1011001 | 1010011 |
Color Harmonies of #ADC5FA
Complementary color
Monochromatic Colors of #ADC5FA
Black with #ADC5FA
Text Example
Text Example
White with #ADC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5FA; }
p { color: rgb(173,197,250); }
H1.HeaderClassName
{
color: #ADC5FA;
}
.AnyTagClassName
{
color: #ADC5FA;
}
</style>
background-color css
<style>
a { background-color: #ADC5FA; }
a { background-color: rgb(173,197,250); }
div.DivClassName
{
background-color: #ADC5FA;
}
.BgClassName
{
background-color: #ADC5FA;
}
</style>
border-color css
<style>
span { border-color: #ADC5FA; }
span { border-color: rgb(173,197,250); }
td.TdClassName
{
border-color: #ADC5FA;
}
.TagClassName
{
border-color: #ADC5FA;
}
</style>