Shades of Tropical Blue #ADC2EB
Tints of Tropical Blue #ADC2EB
RGB
CMYK
RGB Variations
Color information
#ADC2EB (or 0xADC2EB) is known color: Tropical Blue. HEX triplet: AD, C2 and EB. RGB value is (173,194,235). Sum of RGB (Red+Green+Blue) = 173+194+235=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2EB is #523D14. Grayscale: #C0C0C0. Windows color (decimal): -5389589 or 15450797. OLE color: 15450797.
HSL color Cylindrical-coordinate representation of color #ADC2EB: hue angle of 219.68º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC2EB is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 194 | 235 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.08 |
| HSL | 219.68º | 0.61% | 0.8% | - |
| HSV(B) | 219.68º | 0.26% | 0.92% | - |
| XYZ | 51.52 | 53.47 | 86.2 | - |
| YUV | 192.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 235 | 0.26 | 0.17 | 0 | 0.08 | 219.68 | 0.61 | 0.8 |
| Hex | AD | C2 | EB | 1A | 11 | 0 | 8 | DC | 3D | 50 |
| Octal | 255 | 302 | 353 | 32 | 21 | 0 | 10 | 334 | 75 | 120 |
| Binary | 10101101 | 11000010 | 11101011 | 11010 | 10001 | 0 | 1000 | 11011100 | 111101 | 1010000 |
Color Harmonies of #ADC2EB
Complementary color
Monochromatic Colors of #ADC2EB
Black with #ADC2EB
Text Example
Text Example
White with #ADC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2EB; }
p { color: rgb(173,194,235); }
H1.HeaderClassName
{
color: #ADC2EB;
}
.AnyTagClassName
{
color: #ADC2EB;
}
</style>
background-color css
<style>
a { background-color: #ADC2EB; }
a { background-color: rgb(173,194,235); }
div.DivClassName
{
background-color: #ADC2EB;
}
.BgClassName
{
background-color: #ADC2EB;
}
</style>
border-color css
<style>
span { border-color: #ADC2EB; }
span { border-color: rgb(173,194,235); }
td.TdClassName
{
border-color: #ADC2EB;
}
.TagClassName
{
border-color: #ADC2EB;
}
</style>