Shades of Tropical Blue #A4C0EF
Tints of Tropical Blue #A4C0EF
RGB
CMYK
RGB Variations
Color information
#A4C0EF (or 0xA4C0EF) is known color: Tropical Blue. HEX triplet: A4, C0 and EF. RGB value is (164,192,239). Sum of RGB (Red+Green+Blue) = 164+192+239=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4C0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C0EF is #5B3F10. Grayscale: #BCBCBC. Windows color (decimal): -5979921 or 15712420. OLE color: 15712420.
HSL color Cylindrical-coordinate representation of color #A4C0EF: hue angle of 217.6º 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 #A4C0EF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 192 | 239 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.06 |
| HSL | 217.6º | 0.7% | 0.79% | - |
| HSV(B) | 217.6º | 0.31% | 0.94% | - |
| XYZ | 49.74 | 51.82 | 89.04 | - |
| YUV | 188.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 239 | 0.31 | 0.20 | 0 | 0.06 | 217.6 | 0.7 | 0.79 |
| Hex | A4 | C0 | EF | 1F | 14 | 0 | 6 | DA | 46 | 4F |
| Octal | 244 | 300 | 357 | 37 | 24 | 0 | 6 | 332 | 106 | 117 |
| Binary | 10100100 | 11000000 | 11101111 | 11111 | 10100 | 0 | 110 | 11011010 | 1000110 | 1001111 |
Color Harmonies of #A4C0EF
Complementary color
Monochromatic Colors of #A4C0EF
Black with #A4C0EF
Text Example
Text Example
White with #A4C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C0EF; }
p { color: rgb(164,192,239); }
H1.HeaderClassName
{
color: #A4C0EF;
}
.AnyTagClassName
{
color: #A4C0EF;
}
</style>
background-color css
<style>
a { background-color: #A4C0EF; }
a { background-color: rgb(164,192,239); }
div.DivClassName
{
background-color: #A4C0EF;
}
.BgClassName
{
background-color: #A4C0EF;
}
</style>
border-color css
<style>
span { border-color: #A4C0EF; }
span { border-color: rgb(164,192,239); }
td.TdClassName
{
border-color: #A4C0EF;
}
.TagClassName
{
border-color: #A4C0EF;
}
</style>