Shades of Tropical Blue #ADC3EE
Tints of Tropical Blue #ADC3EE
RGB
CMYK
RGB Variations
Color information
#ADC3EE (or 0xADC3EE) is known color: Tropical Blue. HEX triplet: AD, C3 and EE. RGB value is (173,195,238). Sum of RGB (Red+Green+Blue) = 173+195+238=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADC3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC3EE is #523C11. Grayscale: #C1C1C1. Windows color (decimal): -5389330 or 15647661. OLE color: 15647661.
HSL color Cylindrical-coordinate representation of color #ADC3EE: hue angle of 219.69º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC3EE is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 195 | 238 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.07 |
| HSL | 219.69º | 0.66% | 0.81% | - |
| HSV(B) | 219.69º | 0.27% | 0.93% | - |
| XYZ | 52.18 | 54.09 | 88.58 | - |
| YUV | 193.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 238 | 0.27 | 0.18 | 0 | 0.07 | 219.69 | 0.66 | 0.81 |
| Hex | AD | C3 | EE | 1B | 12 | 0 | 7 | DC | 42 | 51 |
| Octal | 255 | 303 | 356 | 33 | 22 | 0 | 7 | 334 | 102 | 121 |
| Binary | 10101101 | 11000011 | 11101110 | 11011 | 10010 | 0 | 111 | 11011100 | 1000010 | 1010001 |
Color Harmonies of #ADC3EE
Complementary color
Monochromatic Colors of #ADC3EE
Black with #ADC3EE
Text Example
Text Example
White with #ADC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3EE; }
p { color: rgb(173,195,238); }
H1.HeaderClassName
{
color: #ADC3EE;
}
.AnyTagClassName
{
color: #ADC3EE;
}
</style>
background-color css
<style>
a { background-color: #ADC3EE; }
a { background-color: rgb(173,195,238); }
div.DivClassName
{
background-color: #ADC3EE;
}
.BgClassName
{
background-color: #ADC3EE;
}
</style>
border-color css
<style>
span { border-color: #ADC3EE; }
span { border-color: rgb(173,195,238); }
td.TdClassName
{
border-color: #ADC3EE;
}
.TagClassName
{
border-color: #ADC3EE;
}
</style>