Shades of Tropical Blue #A5C5EC
Tints of Tropical Blue #A5C5EC
RGB
CMYK
RGB Variations
Color information
#A5C5EC (or 0xA5C5EC) is known color: Tropical Blue. HEX triplet: A5, C5 and EC. RGB value is (165,197,236). Sum of RGB (Red+Green+Blue) = 165+197+236=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5C5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5EC is #5A3A13. Grayscale: #BFBFBF. Windows color (decimal): -5913108 or 15517093. OLE color: 15517093.
HSL color Cylindrical-coordinate representation of color #A5C5EC: hue angle of 212.96º 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 #A5C5EC is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 197 | 236 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.07 |
| HSL | 212.96º | 0.65% | 0.79% | - |
| HSV(B) | 212.96º | 0.3% | 0.93% | - |
| XYZ | 50.62 | 53.99 | 87.11 | - |
| YUV | 191.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 236 | 0.30 | 0.17 | 0 | 0.07 | 212.96 | 0.65 | 0.79 |
| Hex | A5 | C5 | EC | 1E | 11 | 0 | 7 | D5 | 41 | 4F |
| Octal | 245 | 305 | 354 | 36 | 21 | 0 | 7 | 325 | 101 | 117 |
| Binary | 10100101 | 11000101 | 11101100 | 11110 | 10001 | 0 | 111 | 11010101 | 1000001 | 1001111 |
Color Harmonies of #A5C5EC
Complementary color
Monochromatic Colors of #A5C5EC
Black with #A5C5EC
Text Example
Text Example
White with #A5C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C5EC; }
p { color: rgb(165,197,236); }
H1.HeaderClassName
{
color: #A5C5EC;
}
.AnyTagClassName
{
color: #A5C5EC;
}
</style>
background-color css
<style>
a { background-color: #A5C5EC; }
a { background-color: rgb(165,197,236); }
div.DivClassName
{
background-color: #A5C5EC;
}
.BgClassName
{
background-color: #A5C5EC;
}
</style>
border-color css
<style>
span { border-color: #A5C5EC; }
span { border-color: rgb(165,197,236); }
td.TdClassName
{
border-color: #A5C5EC;
}
.TagClassName
{
border-color: #A5C5EC;
}
</style>