Shades of Tropical Blue #A4C0FC
Tints of Tropical Blue #A4C0FC
RGB
CMYK
RGB Variations
Color information
#A4C0FC (or 0xA4C0FC) is known color: Tropical Blue. HEX triplet: A4, C0 and FC. RGB value is (164,192,252). Sum of RGB (Red+Green+Blue) = 164+192+252=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C0FC is #5B3F03. Grayscale: #BEBEBE. Windows color (decimal): -5979908 or 16564388. OLE color: 16564388.
HSL color Cylindrical-coordinate representation of color #A4C0FC: hue angle of 220.91º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4C0FC is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 192 | 252 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.01 |
| HSL | 220.91º | 0.94% | 0.82% | - |
| HSV(B) | 220.91º | 0.35% | 0.99% | - |
| XYZ | 51.73 | 52.62 | 99.53 | - |
| YUV | 190.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 252 | 0.35 | 0.24 | 0 | 0.01 | 220.91 | 0.94 | 0.82 |
| Hex | A4 | C0 | FC | 23 | 18 | 0 | 1 | DD | 5E | 52 |
| Octal | 244 | 300 | 374 | 43 | 30 | 0 | 1 | 335 | 136 | 122 |
| Binary | 10100100 | 11000000 | 11111100 | 100011 | 11000 | 0 | 1 | 11011101 | 1011110 | 1010010 |
Color Harmonies of #A4C0FC
Complementary color
Monochromatic Colors of #A4C0FC
Black with #A4C0FC
Text Example
Text Example
White with #A4C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C0FC; }
p { color: rgb(164,192,252); }
H1.HeaderClassName
{
color: #A4C0FC;
}
.AnyTagClassName
{
color: #A4C0FC;
}
</style>
background-color css
<style>
a { background-color: #A4C0FC; }
a { background-color: rgb(164,192,252); }
div.DivClassName
{
background-color: #A4C0FC;
}
.BgClassName
{
background-color: #A4C0FC;
}
</style>
border-color css
<style>
span { border-color: #A4C0FC; }
span { border-color: rgb(164,192,252); }
td.TdClassName
{
border-color: #A4C0FC;
}
.TagClassName
{
border-color: #A4C0FC;
}
</style>