Shades of Tropical Blue #ADC7EB
Tints of Tropical Blue #ADC7EB
RGB
CMYK
RGB Variations
Color information
#ADC7EB (or 0xADC7EB) is known color: Tropical Blue. HEX triplet: AD, C7 and EB. RGB value is (173,199,235). Sum of RGB (Red+Green+Blue) = 173+199+235=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADC7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC7EB is #523814. Grayscale: #C3C3C3. Windows color (decimal): -5388309 or 15452077. OLE color: 15452077.
HSL color Cylindrical-coordinate representation of color #ADC7EB: hue angle of 214.84º 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 #ADC7EB is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 173 | 199 | 235 | - |
CMYK | 0.26 | 0.15 | 0 | 0.08 |
HSL | 214.84º | 0.61% | 0.8% | - |
HSV(B) | 214.84º | 0.26% | 0.92% | - |
XYZ | 52.65 | 55.73 | 86.58 | - |
YUV | 195.33 | 150.39 | 112.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 199 | 235 | 0.26 | 0.15 | 0 | 0.08 | 214.84 | 0.61 | 0.8 |
Hex | AD | C7 | EB | 1A | F | 0 | 8 | D7 | 3D | 50 |
Octal | 255 | 307 | 353 | 32 | 17 | 0 | 10 | 327 | 75 | 120 |
Binary | 10101101 | 11000111 | 11101011 | 11010 | 1111 | 0 | 1000 | 11010111 | 111101 | 1010000 |
Color Harmonies of #ADC7EB
Complementary color
Monochromatic Colors of #ADC7EB
Black with #ADC7EB
Text Example
Text Example
White with #ADC7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7EB; }
p { color: rgb(173,199,235); }
H1.HeaderClassName
{
color: #ADC7EB;
}
.AnyTagClassName
{
color: #ADC7EB;
}
</style>
background-color css
<style>
a { background-color: #ADC7EB; }
a { background-color: rgb(173,199,235); }
div.DivClassName
{
background-color: #ADC7EB;
}
.BgClassName
{
background-color: #ADC7EB;
}
</style>
border-color css
<style>
span { border-color: #ADC7EB; }
span { border-color: rgb(173,199,235); }
td.TdClassName
{
border-color: #ADC7EB;
}
.TagClassName
{
border-color: #ADC7EB;
}
</style>