Shades of Tropical Blue #A3C0FF
Tints of Tropical Blue #A3C0FF
RGB
CMYK
RGB Variations
Color information
#A3C0FF (or 0xA3C0FF) is known color: Tropical Blue. HEX triplet: A3, C0 and FF. RGB value is (163,192,255). Sum of RGB (Red+Green+Blue) = 163+192+255=610 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.72% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C0FF is #5C3F00. Grayscale: #BEBEBE. Windows color (decimal): -6045441 or 16760995. OLE color: 16760995.
HSL color Cylindrical-coordinate representation of color #A3C0FF: hue angle of 221.09º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3C0FF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 192 | 255 | - |
| CMYK | 0.36 | 0.25 | 0 | 0 |
| HSL | 221.09º | 1% | 0.82% | - |
| HSV(B) | 221.09º | 0.36% | 1% | - |
| XYZ | 52 | 52.71 | 102.04 | - |
| YUV | 190.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 255 | 0.36 | 0.25 | 0 | 0 | 221.09 | 1 | 0.82 |
| Hex | A3 | C0 | FF | 24 | 19 | 0 | 0 | DD | 64 | 52 |
| Octal | 243 | 300 | 377 | 44 | 31 | 0 | 0 | 335 | 144 | 122 |
| Binary | 10100011 | 11000000 | 11111111 | 100100 | 11001 | 0 | 0 | 11011101 | 1100100 | 1010010 |
Color Harmonies of #A3C0FF
Complementary color
Monochromatic Colors of #A3C0FF
Black with #A3C0FF
Text Example
Text Example
White with #A3C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0FF; }
p { color: rgb(163,192,255); }
H1.HeaderClassName
{
color: #A3C0FF;
}
.AnyTagClassName
{
color: #A3C0FF;
}
</style>
background-color css
<style>
a { background-color: #A3C0FF; }
a { background-color: rgb(163,192,255); }
div.DivClassName
{
background-color: #A3C0FF;
}
.BgClassName
{
background-color: #A3C0FF;
}
</style>
border-color css
<style>
span { border-color: #A3C0FF; }
span { border-color: rgb(163,192,255); }
td.TdClassName
{
border-color: #A3C0FF;
}
.TagClassName
{
border-color: #A3C0FF;
}
</style>