Shades of Tropical Blue #A5C6EC
Tints of Tropical Blue #A5C6EC
RGB
CMYK
RGB Variations
Color information
#A5C6EC (or 0xA5C6EC) is known color: Tropical Blue. HEX triplet: A5, C6 and EC. RGB value is (165,198,236). Sum of RGB (Red+Green+Blue) = 165+198+236=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5C6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C6EC is #5A3913. Grayscale: #C0C0C0. Windows color (decimal): -5912852 or 15517349. OLE color: 15517349.
HSL color Cylindrical-coordinate representation of color #A5C6EC: hue angle of 212.11º 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 #A5C6EC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 198 | 236 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.07 |
| HSL | 212.11º | 0.65% | 0.79% | - |
| HSV(B) | 212.11º | 0.3% | 0.93% | - |
| XYZ | 50.85 | 54.44 | 87.19 | - |
| YUV | 192.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 236 | 0.30 | 0.16 | 0 | 0.07 | 212.11 | 0.65 | 0.79 |
| Hex | A5 | C6 | EC | 1E | 10 | 0 | 7 | D4 | 41 | 4F |
| Octal | 245 | 306 | 354 | 36 | 20 | 0 | 7 | 324 | 101 | 117 |
| Binary | 10100101 | 11000110 | 11101100 | 11110 | 10000 | 0 | 111 | 11010100 | 1000001 | 1001111 |
Color Harmonies of #A5C6EC
Complementary color
Monochromatic Colors of #A5C6EC
Black with #A5C6EC
Text Example
Text Example
White with #A5C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C6EC; }
p { color: rgb(165,198,236); }
H1.HeaderClassName
{
color: #A5C6EC;
}
.AnyTagClassName
{
color: #A5C6EC;
}
</style>
background-color css
<style>
a { background-color: #A5C6EC; }
a { background-color: rgb(165,198,236); }
div.DivClassName
{
background-color: #A5C6EC;
}
.BgClassName
{
background-color: #A5C6EC;
}
</style>
border-color css
<style>
span { border-color: #A5C6EC; }
span { border-color: rgb(165,198,236); }
td.TdClassName
{
border-color: #A5C6EC;
}
.TagClassName
{
border-color: #A5C6EC;
}
</style>