Shades of Tropical Blue #ADC8F1
Tints of Tropical Blue #ADC8F1
RGB
CMYK
RGB Variations
Color information
#ADC8F1 (or 0xADC8F1) is known color: Tropical Blue. HEX triplet: AD, C8 and F1. RGB value is (173,200,241). Sum of RGB (Red+Green+Blue) = 173+200+241=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADC8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC8F1 is #52370E. Grayscale: #C4C4C4. Windows color (decimal): -5388047 or 15845549. OLE color: 15845549.
HSL color Cylindrical-coordinate representation of color #ADC8F1: hue angle of 216.18º 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 #ADC8F1 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 200 | 241 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.05 |
| HSL | 216.18º | 0.71% | 0.81% | - |
| HSV(B) | 216.18º | 0.28% | 0.95% | - |
| XYZ | 53.77 | 56.54 | 91.3 | - |
| YUV | 196.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 241 | 0.28 | 0.17 | 0 | 0.05 | 216.18 | 0.71 | 0.81 |
| Hex | AD | C8 | F1 | 1C | 11 | 0 | 5 | D8 | 47 | 51 |
| Octal | 255 | 310 | 361 | 34 | 21 | 0 | 5 | 330 | 107 | 121 |
| Binary | 10101101 | 11001000 | 11110001 | 11100 | 10001 | 0 | 101 | 11011000 | 1000111 | 1010001 |
Color Harmonies of #ADC8F1
Complementary color
Monochromatic Colors of #ADC8F1
Black with #ADC8F1
Text Example
Text Example
White with #ADC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8F1; }
p { color: rgb(173,200,241); }
H1.HeaderClassName
{
color: #ADC8F1;
}
.AnyTagClassName
{
color: #ADC8F1;
}
</style>
background-color css
<style>
a { background-color: #ADC8F1; }
a { background-color: rgb(173,200,241); }
div.DivClassName
{
background-color: #ADC8F1;
}
.BgClassName
{
background-color: #ADC8F1;
}
</style>
border-color css
<style>
span { border-color: #ADC8F1; }
span { border-color: rgb(173,200,241); }
td.TdClassName
{
border-color: #ADC8F1;
}
.TagClassName
{
border-color: #ADC8F1;
}
</style>