Shades of Tropical Blue #ADC2EF
Tints of Tropical Blue #ADC2EF
RGB
CMYK
RGB Variations
Color information
#ADC2EF (or 0xADC2EF) is known color: Tropical Blue. HEX triplet: AD, C2 and EF. RGB value is (173,194,239). Sum of RGB (Red+Green+Blue) = 173+194+239=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADC2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2EF is #523D10. Grayscale: #C0C0C0. Windows color (decimal): -5389585 or 15712941. OLE color: 15712941.
HSL color Cylindrical-coordinate representation of color #ADC2EF: hue angle of 220.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC2EF is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 194 | 239 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.06 |
| HSL | 220.91º | 0.67% | 0.81% | - |
| HSV(B) | 220.91º | 0.28% | 0.94% | - |
| XYZ | 52.11 | 53.7 | 89.28 | - |
| YUV | 192.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 239 | 0.28 | 0.19 | 0 | 0.06 | 220.91 | 0.67 | 0.81 |
| Hex | AD | C2 | EF | 1C | 13 | 0 | 6 | DD | 43 | 51 |
| Octal | 255 | 302 | 357 | 34 | 23 | 0 | 6 | 335 | 103 | 121 |
| Binary | 10101101 | 11000010 | 11101111 | 11100 | 10011 | 0 | 110 | 11011101 | 1000011 | 1010001 |
Color Harmonies of #ADC2EF
Complementary color
Monochromatic Colors of #ADC2EF
Black with #ADC2EF
Text Example
Text Example
White with #ADC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2EF; }
p { color: rgb(173,194,239); }
H1.HeaderClassName
{
color: #ADC2EF;
}
.AnyTagClassName
{
color: #ADC2EF;
}
</style>
background-color css
<style>
a { background-color: #ADC2EF; }
a { background-color: rgb(173,194,239); }
div.DivClassName
{
background-color: #ADC2EF;
}
.BgClassName
{
background-color: #ADC2EF;
}
</style>
border-color css
<style>
span { border-color: #ADC2EF; }
span { border-color: rgb(173,194,239); }
td.TdClassName
{
border-color: #ADC2EF;
}
.TagClassName
{
border-color: #ADC2EF;
}
</style>