Shades of Tropical Blue #ADC8F3
Tints of Tropical Blue #ADC8F3
RGB
CMYK
RGB Variations
Color information
#ADC8F3 (or 0xADC8F3) is known color: Tropical Blue. HEX triplet: AD, C8 and F3. RGB value is (173,200,243). Sum of RGB (Red+Green+Blue) = 173+200+243=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADC8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC8F3 is #52370C. Grayscale: #C4C4C4. Windows color (decimal): -5388045 or 15976621. OLE color: 15976621.
HSL color Cylindrical-coordinate representation of color #ADC8F3: hue angle of 216.86º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC8F3 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 200 | 243 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.05 |
| HSL | 216.86º | 0.74% | 0.82% | - |
| HSV(B) | 216.86º | 0.29% | 0.95% | - |
| XYZ | 54.07 | 56.66 | 92.88 | - |
| YUV | 196.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 243 | 0.29 | 0.18 | 0 | 0.05 | 216.86 | 0.74 | 0.82 |
| Hex | AD | C8 | F3 | 1D | 12 | 0 | 5 | D9 | 4A | 52 |
| Octal | 255 | 310 | 363 | 35 | 22 | 0 | 5 | 331 | 112 | 122 |
| Binary | 10101101 | 11001000 | 11110011 | 11101 | 10010 | 0 | 101 | 11011001 | 1001010 | 1010010 |
Color Harmonies of #ADC8F3
Complementary color
Monochromatic Colors of #ADC8F3
Black with #ADC8F3
Text Example
Text Example
White with #ADC8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8F3; }
p { color: rgb(173,200,243); }
H1.HeaderClassName
{
color: #ADC8F3;
}
.AnyTagClassName
{
color: #ADC8F3;
}
</style>
background-color css
<style>
a { background-color: #ADC8F3; }
a { background-color: rgb(173,200,243); }
div.DivClassName
{
background-color: #ADC8F3;
}
.BgClassName
{
background-color: #ADC8F3;
}
</style>
border-color css
<style>
span { border-color: #ADC8F3; }
span { border-color: rgb(173,200,243); }
td.TdClassName
{
border-color: #ADC8F3;
}
.TagClassName
{
border-color: #ADC8F3;
}
</style>