Shades of Tropical Blue #ADC2F1
Tints of Tropical Blue #ADC2F1
RGB
CMYK
RGB Variations
Color information
#ADC2F1 (or 0xADC2F1) is known color: Tropical Blue. HEX triplet: AD, C2 and F1. RGB value is (173,194,241). Sum of RGB (Red+Green+Blue) = 173+194+241=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADC2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2F1 is #523D0E. Grayscale: #C0C0C0. Windows color (decimal): -5389583 or 15844013. OLE color: 15844013.
HSL color Cylindrical-coordinate representation of color #ADC2F1: hue angle of 221.47º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC2F1 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 194 | 241 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.05 |
| HSL | 221.47º | 0.71% | 0.81% | - |
| HSV(B) | 221.47º | 0.28% | 0.95% | - |
| XYZ | 52.4 | 53.82 | 90.85 | - |
| YUV | 193.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 241 | 0.28 | 0.20 | 0 | 0.05 | 221.47 | 0.71 | 0.81 |
| Hex | AD | C2 | F1 | 1C | 14 | 0 | 5 | DD | 47 | 51 |
| Octal | 255 | 302 | 361 | 34 | 24 | 0 | 5 | 335 | 107 | 121 |
| Binary | 10101101 | 11000010 | 11110001 | 11100 | 10100 | 0 | 101 | 11011101 | 1000111 | 1010001 |
Color Harmonies of #ADC2F1
Complementary color
Monochromatic Colors of #ADC2F1
Black with #ADC2F1
Text Example
Text Example
White with #ADC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2F1; }
p { color: rgb(173,194,241); }
H1.HeaderClassName
{
color: #ADC2F1;
}
.AnyTagClassName
{
color: #ADC2F1;
}
</style>
background-color css
<style>
a { background-color: #ADC2F1; }
a { background-color: rgb(173,194,241); }
div.DivClassName
{
background-color: #ADC2F1;
}
.BgClassName
{
background-color: #ADC2F1;
}
</style>
border-color css
<style>
span { border-color: #ADC2F1; }
span { border-color: rgb(173,194,241); }
td.TdClassName
{
border-color: #ADC2F1;
}
.TagClassName
{
border-color: #ADC2F1;
}
</style>