Shades of Tropical Blue #ADCBEA
Tints of Tropical Blue #ADCBEA
RGB
CMYK
RGB Variations
Color information
#ADCBEA (or 0xADCBEA) is known color: Tropical Blue. HEX triplet: AD, CB and EA. RGB value is (173,203,234). Sum of RGB (Red+Green+Blue) = 173+203+234=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADCBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBEA is #523415. Grayscale: #C5C5C5. Windows color (decimal): -5387286 or 15387565. OLE color: 15387565.
HSL color Cylindrical-coordinate representation of color #ADCBEA: hue angle of 210.49º degrees, saturation: 0.59, 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 #ADCBEA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 203 | 234 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.08 |
| HSL | 210.49º | 0.59% | 0.8% | - |
| HSV(B) | 210.49º | 0.26% | 0.92% | - |
| XYZ | 53.44 | 57.54 | 86.13 | - |
| YUV | 197.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 234 | 0.26 | 0.13 | 0 | 0.08 | 210.49 | 0.59 | 0.8 |
| Hex | AD | CB | EA | 1A | D | 0 | 8 | D2 | 3B | 50 |
| Octal | 255 | 313 | 352 | 32 | 15 | 0 | 10 | 322 | 73 | 120 |
| Binary | 10101101 | 11001011 | 11101010 | 11010 | 1101 | 0 | 1000 | 11010010 | 111011 | 1010000 |
Color Harmonies of #ADCBEA
Complementary color
Monochromatic Colors of #ADCBEA
Black with #ADCBEA
Text Example
Text Example
White with #ADCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBEA; }
p { color: rgb(173,203,234); }
H1.HeaderClassName
{
color: #ADCBEA;
}
.AnyTagClassName
{
color: #ADCBEA;
}
</style>
background-color css
<style>
a { background-color: #ADCBEA; }
a { background-color: rgb(173,203,234); }
div.DivClassName
{
background-color: #ADCBEA;
}
.BgClassName
{
background-color: #ADCBEA;
}
</style>
border-color css
<style>
span { border-color: #ADCBEA; }
span { border-color: rgb(173,203,234); }
td.TdClassName
{
border-color: #ADCBEA;
}
.TagClassName
{
border-color: #ADCBEA;
}
</style>