Shades of Tropical Blue #ADC8FC
Tints of Tropical Blue #ADC8FC
RGB
CMYK
RGB Variations
Color information
#ADC8FC (or 0xADC8FC) is known color: Tropical Blue. HEX triplet: AD, C8 and FC. RGB value is (173,200,252). Sum of RGB (Red+Green+Blue) = 173+200+252=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC8FC is #523703. Grayscale: #C5C5C5. Windows color (decimal): -5388036 or 16566445. OLE color: 16566445.
HSL color Cylindrical-coordinate representation of color #ADC8FC: hue angle of 219.49º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC8FC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 200 | 252 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.01 |
| HSL | 219.49º | 0.93% | 0.83% | - |
| HSV(B) | 219.49º | 0.31% | 0.99% | - |
| XYZ | 55.46 | 57.22 | 100.22 | - |
| YUV | 197.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 252 | 0.31 | 0.21 | 0 | 0.01 | 219.49 | 0.93 | 0.83 |
| Hex | AD | C8 | FC | 1F | 15 | 0 | 1 | DB | 5D | 53 |
| Octal | 255 | 310 | 374 | 37 | 25 | 0 | 1 | 333 | 135 | 123 |
| Binary | 10101101 | 11001000 | 11111100 | 11111 | 10101 | 0 | 1 | 11011011 | 1011101 | 1010011 |
Color Harmonies of #ADC8FC
Complementary color
Monochromatic Colors of #ADC8FC
Black with #ADC8FC
Text Example
Text Example
White with #ADC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8FC; }
p { color: rgb(173,200,252); }
H1.HeaderClassName
{
color: #ADC8FC;
}
.AnyTagClassName
{
color: #ADC8FC;
}
</style>
background-color css
<style>
a { background-color: #ADC8FC; }
a { background-color: rgb(173,200,252); }
div.DivClassName
{
background-color: #ADC8FC;
}
.BgClassName
{
background-color: #ADC8FC;
}
</style>
border-color css
<style>
span { border-color: #ADC8FC; }
span { border-color: rgb(173,200,252); }
td.TdClassName
{
border-color: #ADC8FC;
}
.TagClassName
{
border-color: #ADC8FC;
}
</style>