Shades of Tropical Blue #ADC8EC
Tints of Tropical Blue #ADC8EC
RGB
CMYK
RGB Variations
Color information
#ADC8EC (or 0xADC8EC) is known color: Tropical Blue. HEX triplet: AD, C8 and EC. RGB value is (173,200,236). Sum of RGB (Red+Green+Blue) = 173+200+236=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADC8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC8EC is #523713. Grayscale: #C3C3C3. Windows color (decimal): -5388052 or 15517869. OLE color: 15517869.
HSL color Cylindrical-coordinate representation of color #ADC8EC: hue angle of 214.29º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC8EC is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 200 | 236 | - |
CMYK | 0.27 | 0.15 | 0 | 0.07 |
HSL | 214.29º | 0.62% | 0.8% | - |
HSV(B) | 214.29º | 0.27% | 0.93% | - |
XYZ | 53.03 | 56.25 | 87.42 | - |
YUV | 196.03 | 150.55 | 111.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 200 | 236 | 0.27 | 0.15 | 0 | 0.07 | 214.29 | 0.62 | 0.8 |
Hex | AD | C8 | EC | 1B | F | 0 | 7 | D6 | 3E | 50 |
Octal | 255 | 310 | 354 | 33 | 17 | 0 | 7 | 326 | 76 | 120 |
Binary | 10101101 | 11001000 | 11101100 | 11011 | 1111 | 0 | 111 | 11010110 | 111110 | 1010000 |
Color Harmonies of #ADC8EC
Complementary color
Monochromatic Colors of #ADC8EC
Black with #ADC8EC
Text Example
Text Example
White with #ADC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8EC; }
p { color: rgb(173,200,236); }
H1.HeaderClassName
{
color: #ADC8EC;
}
.AnyTagClassName
{
color: #ADC8EC;
}
</style>
background-color css
<style>
a { background-color: #ADC8EC; }
a { background-color: rgb(173,200,236); }
div.DivClassName
{
background-color: #ADC8EC;
}
.BgClassName
{
background-color: #ADC8EC;
}
</style>
border-color css
<style>
span { border-color: #ADC8EC; }
span { border-color: rgb(173,200,236); }
td.TdClassName
{
border-color: #ADC8EC;
}
.TagClassName
{
border-color: #ADC8EC;
}
</style>