Shades of Tropical Blue #ADCAE5
Tints of Tropical Blue #ADCAE5
RGB
CMYK
RGB Variations
Color information
#ADCAE5 (or 0xADCAE5) is known color: Tropical Blue. HEX triplet: AD, CA and E5. RGB value is (173,202,229). Sum of RGB (Red+Green+Blue) = 173+202+229=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADCAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAE5 is #52351A. Grayscale: #C4C4C4. Windows color (decimal): -5387547 or 15059629. OLE color: 15059629.
HSL color Cylindrical-coordinate representation of color #ADCAE5: hue angle of 208.93º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCAE5 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 173 | 202 | 229 | - |
CMYK | 0.24 | 0.12 | 0 | 0.10 |
HSL | 208.93º | 0.52% | 0.79% | - |
HSV(B) | 208.93º | 0.24% | 0.9% | - |
XYZ | 52.5 | 56.78 | 82.32 | - |
YUV | 196.41 | 146.39 | 111.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 202 | 229 | 0.24 | 0.12 | 0 | 0.10 | 208.93 | 0.52 | 0.79 |
Hex | AD | CA | E5 | 18 | C | 0 | A | D1 | 34 | 4F |
Octal | 255 | 312 | 345 | 30 | 14 | 0 | 12 | 321 | 64 | 117 |
Binary | 10101101 | 11001010 | 11100101 | 11000 | 1100 | 0 | 1010 | 11010001 | 110100 | 1001111 |
Color Harmonies of #ADCAE5
Complementary color
Monochromatic Colors of #ADCAE5
Black with #ADCAE5
Text Example
Text Example
White with #ADCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAE5; }
p { color: rgb(173,202,229); }
H1.HeaderClassName
{
color: #ADCAE5;
}
.AnyTagClassName
{
color: #ADCAE5;
}
</style>
background-color css
<style>
a { background-color: #ADCAE5; }
a { background-color: rgb(173,202,229); }
div.DivClassName
{
background-color: #ADCAE5;
}
.BgClassName
{
background-color: #ADCAE5;
}
</style>
border-color css
<style>
span { border-color: #ADCAE5; }
span { border-color: rgb(173,202,229); }
td.TdClassName
{
border-color: #ADCAE5;
}
.TagClassName
{
border-color: #ADCAE5;
}
</style>