Shades of Tropical Blue #A5C5E6
Tints of Tropical Blue #A5C5E6
RGB
CMYK
RGB Variations
Color information
#A5C5E6 (or 0xA5C5E6) is known color: Tropical Blue. HEX triplet: A5, C5 and E6. RGB value is (165,197,230). Sum of RGB (Red+Green+Blue) = 165+197+230=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5C5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5E6 is #5A3A19. Grayscale: #BFBFBF. Windows color (decimal): -5913114 or 15123877. OLE color: 15123877.
HSL color Cylindrical-coordinate representation of color #A5C5E6: hue angle of 210.46º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5C5E6 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 197 | 230 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.10 |
| HSL | 210.46º | 0.57% | 0.77% | - |
| HSV(B) | 210.46º | 0.28% | 0.9% | - |
| XYZ | 49.77 | 53.65 | 82.59 | - |
| YUV | 191.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 230 | 0.28 | 0.14 | 0 | 0.10 | 210.46 | 0.57 | 0.77 |
| Hex | A5 | C5 | E6 | 1C | E | 0 | A | D2 | 39 | 4D |
| Octal | 245 | 305 | 346 | 34 | 16 | 0 | 12 | 322 | 71 | 115 |
| Binary | 10100101 | 11000101 | 11100110 | 11100 | 1110 | 0 | 1010 | 11010010 | 111001 | 1001101 |
Color Harmonies of #A5C5E6
Complementary color
Monochromatic Colors of #A5C5E6
Black with #A5C5E6
Text Example
Text Example
White with #A5C5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C5E6; }
p { color: rgb(165,197,230); }
H1.HeaderClassName
{
color: #A5C5E6;
}
.AnyTagClassName
{
color: #A5C5E6;
}
</style>
background-color css
<style>
a { background-color: #A5C5E6; }
a { background-color: rgb(165,197,230); }
div.DivClassName
{
background-color: #A5C5E6;
}
.BgClassName
{
background-color: #A5C5E6;
}
</style>
border-color css
<style>
span { border-color: #A5C5E6; }
span { border-color: rgb(165,197,230); }
td.TdClassName
{
border-color: #A5C5E6;
}
.TagClassName
{
border-color: #A5C5E6;
}
</style>