Shades of Tropical Blue #A5C0EC
Tints of Tropical Blue #A5C0EC
RGB
CMYK
RGB Variations
Color information
#A5C0EC (or 0xA5C0EC) is known color: Tropical Blue. HEX triplet: A5, C0 and EC. RGB value is (165,192,236). Sum of RGB (Red+Green+Blue) = 165+192+236=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5C0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C0EC is #5A3F13. Grayscale: #BCBCBC. Windows color (decimal): -5914388 or 15515813. OLE color: 15515813.
HSL color Cylindrical-coordinate representation of color #A5C0EC: hue angle of 217.18º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C0EC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 192 | 236 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.07 |
| HSL | 217.18º | 0.65% | 0.79% | - |
| HSV(B) | 217.18º | 0.3% | 0.93% | - |
| XYZ | 49.51 | 51.75 | 86.74 | - |
| YUV | 188.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 236 | 0.30 | 0.19 | 0 | 0.07 | 217.18 | 0.65 | 0.79 |
| Hex | A5 | C0 | EC | 1E | 13 | 0 | 7 | D9 | 41 | 4F |
| Octal | 245 | 300 | 354 | 36 | 23 | 0 | 7 | 331 | 101 | 117 |
| Binary | 10100101 | 11000000 | 11101100 | 11110 | 10011 | 0 | 111 | 11011001 | 1000001 | 1001111 |
Color Harmonies of #A5C0EC
Complementary color
Monochromatic Colors of #A5C0EC
Black with #A5C0EC
Text Example
Text Example
White with #A5C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C0EC; }
p { color: rgb(165,192,236); }
H1.HeaderClassName
{
color: #A5C0EC;
}
.AnyTagClassName
{
color: #A5C0EC;
}
</style>
background-color css
<style>
a { background-color: #A5C0EC; }
a { background-color: rgb(165,192,236); }
div.DivClassName
{
background-color: #A5C0EC;
}
.BgClassName
{
background-color: #A5C0EC;
}
</style>
border-color css
<style>
span { border-color: #A5C0EC; }
span { border-color: rgb(165,192,236); }
td.TdClassName
{
border-color: #A5C0EC;
}
.TagClassName
{
border-color: #A5C0EC;
}
</style>