Shades of Tropical Blue #A5C4EB
Tints of Tropical Blue #A5C4EB
RGB
CMYK
RGB Variations
Color information
#A5C4EB (or 0xA5C4EB) is known color: Tropical Blue. HEX triplet: A5, C4 and EB. RGB value is (165,196,235). Sum of RGB (Red+Green+Blue) = 165+196+235=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5C4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C4EB is #5A3B14. Grayscale: #BEBEBE. Windows color (decimal): -5913365 or 15451301. OLE color: 15451301.
HSL color Cylindrical-coordinate representation of color #A5C4EB: hue angle of 213.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C4EB is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 196 | 235 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.08 |
| HSL | 213.43º | 0.64% | 0.78% | - |
| HSV(B) | 213.43º | 0.3% | 0.92% | - |
| XYZ | 50.25 | 53.48 | 86.27 | - |
| YUV | 191.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 235 | 0.30 | 0.17 | 0 | 0.08 | 213.43 | 0.64 | 0.78 |
| Hex | A5 | C4 | EB | 1E | 11 | 0 | 8 | D5 | 40 | 4E |
| Octal | 245 | 304 | 353 | 36 | 21 | 0 | 10 | 325 | 100 | 116 |
| Binary | 10100101 | 11000100 | 11101011 | 11110 | 10001 | 0 | 1000 | 11010101 | 1000000 | 1001110 |
Color Harmonies of #A5C4EB
Complementary color
Monochromatic Colors of #A5C4EB
Black with #A5C4EB
Text Example
Text Example
White with #A5C4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C4EB; }
p { color: rgb(165,196,235); }
H1.HeaderClassName
{
color: #A5C4EB;
}
.AnyTagClassName
{
color: #A5C4EB;
}
</style>
background-color css
<style>
a { background-color: #A5C4EB; }
a { background-color: rgb(165,196,235); }
div.DivClassName
{
background-color: #A5C4EB;
}
.BgClassName
{
background-color: #A5C4EB;
}
</style>
border-color css
<style>
span { border-color: #A5C4EB; }
span { border-color: rgb(165,196,235); }
td.TdClassName
{
border-color: #A5C4EB;
}
.TagClassName
{
border-color: #A5C4EB;
}
</style>