Shades of Tropical Blue #ADC8FD
Tints of Tropical Blue #ADC8FD
RGB
CMYK
RGB Variations
Color information
#ADC8FD (or 0xADC8FD) is known color: Tropical Blue. HEX triplet: AD, C8 and FD. RGB value is (173,200,253). Sum of RGB (Red+Green+Blue) = 173+200+253=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADC8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC8FD is #523702. Grayscale: #C5C5C5. Windows color (decimal): -5388035 or 16631981. OLE color: 16631981.
HSL color Cylindrical-coordinate representation of color #ADC8FD: hue angle of 219.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC8FD is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 200 | 253 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.01 |
| HSL | 219.75º | 0.95% | 0.84% | - |
| HSV(B) | 219.75º | 0.32% | 0.99% | - |
| XYZ | 55.62 | 57.28 | 101.05 | - |
| YUV | 197.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 253 | 0.32 | 0.21 | 0 | 0.01 | 219.75 | 0.95 | 0.84 |
| Hex | AD | C8 | FD | 20 | 15 | 0 | 1 | DC | 5F | 54 |
| Octal | 255 | 310 | 375 | 40 | 25 | 0 | 1 | 334 | 137 | 124 |
| Binary | 10101101 | 11001000 | 11111101 | 100000 | 10101 | 0 | 1 | 11011100 | 1011111 | 1010100 |
Color Harmonies of #ADC8FD
Complementary color
Monochromatic Colors of #ADC8FD
Black with #ADC8FD
Text Example
Text Example
White with #ADC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8FD; }
p { color: rgb(173,200,253); }
H1.HeaderClassName
{
color: #ADC8FD;
}
.AnyTagClassName
{
color: #ADC8FD;
}
</style>
background-color css
<style>
a { background-color: #ADC8FD; }
a { background-color: rgb(173,200,253); }
div.DivClassName
{
background-color: #ADC8FD;
}
.BgClassName
{
background-color: #ADC8FD;
}
</style>
border-color css
<style>
span { border-color: #ADC8FD; }
span { border-color: rgb(173,200,253); }
td.TdClassName
{
border-color: #ADC8FD;
}
.TagClassName
{
border-color: #ADC8FD;
}
</style>