Shades of Tropical Blue #A5C5E7
Tints of Tropical Blue #A5C5E7
RGB
CMYK
RGB Variations
Color information
#A5C5E7 (or 0xA5C5E7) is known color: Tropical Blue. HEX triplet: A5, C5 and E7. RGB value is (165,197,231). Sum of RGB (Red+Green+Blue) = 165+197+231=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #A5C5E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5E7 is #5A3A18. Grayscale: #BFBFBF. Windows color (decimal): -5913113 or 15189413. OLE color: 15189413.
HSL color Cylindrical-coordinate representation of color #A5C5E7: hue angle of 210.91º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5C5E7 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 197 | 231 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.09 |
| HSL | 210.91º | 0.58% | 0.78% | - |
| HSV(B) | 210.91º | 0.29% | 0.91% | - |
| XYZ | 49.91 | 53.7 | 83.34 | - |
| YUV | 191.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 231 | 0.29 | 0.15 | 0 | 0.09 | 210.91 | 0.58 | 0.78 |
| Hex | A5 | C5 | E7 | 1D | F | 0 | 9 | D3 | 3A | 4E |
| Octal | 245 | 305 | 347 | 35 | 17 | 0 | 11 | 323 | 72 | 116 |
| Binary | 10100101 | 11000101 | 11100111 | 11101 | 1111 | 0 | 1001 | 11010011 | 111010 | 1001110 |
Color Harmonies of #A5C5E7
Complementary color
Monochromatic Colors of #A5C5E7
Black with #A5C5E7
Text Example
Text Example
White with #A5C5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C5E7; }
p { color: rgb(165,197,231); }
H1.HeaderClassName
{
color: #A5C5E7;
}
.AnyTagClassName
{
color: #A5C5E7;
}
</style>
background-color css
<style>
a { background-color: #A5C5E7; }
a { background-color: rgb(165,197,231); }
div.DivClassName
{
background-color: #A5C5E7;
}
.BgClassName
{
background-color: #A5C5E7;
}
</style>
border-color css
<style>
span { border-color: #A5C5E7; }
span { border-color: rgb(165,197,231); }
td.TdClassName
{
border-color: #A5C5E7;
}
.TagClassName
{
border-color: #A5C5E7;
}
</style>