Shades of Tropical Blue #ADCBED
Tints of Tropical Blue #ADCBED
RGB
CMYK
RGB Variations
Color information
#ADCBED (or 0xADCBED) is known color: Tropical Blue. HEX triplet: AD, CB and ED. RGB value is (173,203,237). Sum of RGB (Red+Green+Blue) = 173+203+237=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADCBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBED is #523412. Grayscale: #C5C5C5. Windows color (decimal): -5387283 or 15584173. OLE color: 15584173.
HSL color Cylindrical-coordinate representation of color #ADCBED: hue angle of 211.88º degrees, saturation: 0.64, 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 #ADCBED is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 203 | 237 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.07 |
| HSL | 211.88º | 0.64% | 0.8% | - |
| HSV(B) | 211.88º | 0.27% | 0.93% | - |
| XYZ | 53.88 | 57.71 | 88.42 | - |
| YUV | 197.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 237 | 0.27 | 0.14 | 0 | 0.07 | 211.88 | 0.64 | 0.8 |
| Hex | AD | CB | ED | 1B | E | 0 | 7 | D4 | 40 | 50 |
| Octal | 255 | 313 | 355 | 33 | 16 | 0 | 7 | 324 | 100 | 120 |
| Binary | 10101101 | 11001011 | 11101101 | 11011 | 1110 | 0 | 111 | 11010100 | 1000000 | 1010000 |
Color Harmonies of #ADCBED
Complementary color
Monochromatic Colors of #ADCBED
Black with #ADCBED
Text Example
Text Example
White with #ADCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBED; }
p { color: rgb(173,203,237); }
H1.HeaderClassName
{
color: #ADCBED;
}
.AnyTagClassName
{
color: #ADCBED;
}
</style>
background-color css
<style>
a { background-color: #ADCBED; }
a { background-color: rgb(173,203,237); }
div.DivClassName
{
background-color: #ADCBED;
}
.BgClassName
{
background-color: #ADCBED;
}
</style>
border-color css
<style>
span { border-color: #ADCBED; }
span { border-color: rgb(173,203,237); }
td.TdClassName
{
border-color: #ADCBED;
}
.TagClassName
{
border-color: #ADCBED;
}
</style>