Shades of Tropical Blue #A1C0FA
Tints of Tropical Blue #A1C0FA
RGB
CMYK
RGB Variations
Color information
#A1C0FA (or 0xA1C0FA) is known color: Tropical Blue. HEX triplet: A1, C0 and FA. RGB value is (161,192,250). Sum of RGB (Red+Green+Blue) = 161+192+250=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C0FA is #5E3F05. Grayscale: #BDBDBD. Windows color (decimal): -6176518 or 16433313. OLE color: 16433313.
HSL color Cylindrical-coordinate representation of color #A1C0FA: hue angle of 219.1º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C0FA is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 192 | 250 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.02 |
| HSL | 219.1º | 0.9% | 0.81% | - |
| HSV(B) | 219.1º | 0.36% | 0.98% | - |
| XYZ | 50.8 | 52.18 | 97.84 | - |
| YUV | 189.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 250 | 0.36 | 0.23 | 0 | 0.02 | 219.1 | 0.9 | 0.81 |
| Hex | A1 | C0 | FA | 24 | 17 | 0 | 2 | DB | 5A | 51 |
| Octal | 241 | 300 | 372 | 44 | 27 | 0 | 2 | 333 | 132 | 121 |
| Binary | 10100001 | 11000000 | 11111010 | 100100 | 10111 | 0 | 10 | 11011011 | 1011010 | 1010001 |
Color Harmonies of #A1C0FA
Complementary color
Monochromatic Colors of #A1C0FA
Black with #A1C0FA
Text Example
Text Example
White with #A1C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0FA; }
p { color: rgb(161,192,250); }
H1.HeaderClassName
{
color: #A1C0FA;
}
.AnyTagClassName
{
color: #A1C0FA;
}
</style>
background-color css
<style>
a { background-color: #A1C0FA; }
a { background-color: rgb(161,192,250); }
div.DivClassName
{
background-color: #A1C0FA;
}
.BgClassName
{
background-color: #A1C0FA;
}
</style>
border-color css
<style>
span { border-color: #A1C0FA; }
span { border-color: rgb(161,192,250); }
td.TdClassName
{
border-color: #A1C0FA;
}
.TagClassName
{
border-color: #A1C0FA;
}
</style>