Shades of Tropical Blue #A5C4EF
Tints of Tropical Blue #A5C4EF
RGB
CMYK
RGB Variations
Color information
#A5C4EF (or 0xA5C4EF) is known color: Tropical Blue. HEX triplet: A5, C4 and EF. RGB value is (165,196,239). Sum of RGB (Red+Green+Blue) = 165+196+239=600 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.5% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5C4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C4EF is #5A3B10. Grayscale: #BFBFBF. Windows color (decimal): -5913361 or 15713445. OLE color: 15713445.
HSL color Cylindrical-coordinate representation of color #A5C4EF: hue angle of 214.86º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C4EF is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 196 | 239 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.06 |
| HSL | 214.86º | 0.7% | 0.79% | - |
| HSV(B) | 214.86º | 0.31% | 0.94% | - |
| XYZ | 50.84 | 53.71 | 89.35 | - |
| YUV | 191.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 239 | 0.31 | 0.18 | 0 | 0.06 | 214.86 | 0.7 | 0.79 |
| Hex | A5 | C4 | EF | 1F | 12 | 0 | 6 | D7 | 46 | 4F |
| Octal | 245 | 304 | 357 | 37 | 22 | 0 | 6 | 327 | 106 | 117 |
| Binary | 10100101 | 11000100 | 11101111 | 11111 | 10010 | 0 | 110 | 11010111 | 1000110 | 1001111 |
Color Harmonies of #A5C4EF
Complementary color
Monochromatic Colors of #A5C4EF
Black with #A5C4EF
Text Example
Text Example
White with #A5C4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C4EF; }
p { color: rgb(165,196,239); }
H1.HeaderClassName
{
color: #A5C4EF;
}
.AnyTagClassName
{
color: #A5C4EF;
}
</style>
background-color css
<style>
a { background-color: #A5C4EF; }
a { background-color: rgb(165,196,239); }
div.DivClassName
{
background-color: #A5C4EF;
}
.BgClassName
{
background-color: #A5C4EF;
}
</style>
border-color css
<style>
span { border-color: #A5C4EF; }
span { border-color: rgb(165,196,239); }
td.TdClassName
{
border-color: #A5C4EF;
}
.TagClassName
{
border-color: #A5C4EF;
}
</style>