Shades of Tropical Blue #A1C0FB
Tints of Tropical Blue #A1C0FB
RGB
CMYK
RGB Variations
Color information
#A1C0FB (or 0xA1C0FB) is known color: Tropical Blue. HEX triplet: A1, C0 and FB. RGB value is (161,192,251). Sum of RGB (Red+Green+Blue) = 161+192+251=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C0FB is #5E3F04. Grayscale: #BDBDBD. Windows color (decimal): -6176517 or 16498849. OLE color: 16498849.
HSL color Cylindrical-coordinate representation of color #A1C0FB: hue angle of 219.33º degrees, saturation: 0.92, 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 #A1C0FB is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 192 | 251 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.02 |
| HSL | 219.33º | 0.92% | 0.81% | - |
| HSV(B) | 219.33º | 0.36% | 0.98% | - |
| XYZ | 50.96 | 52.24 | 98.66 | - |
| YUV | 189.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 251 | 0.36 | 0.24 | 0 | 0.02 | 219.33 | 0.92 | 0.81 |
| Hex | A1 | C0 | FB | 24 | 18 | 0 | 2 | DB | 5C | 51 |
| Octal | 241 | 300 | 373 | 44 | 30 | 0 | 2 | 333 | 134 | 121 |
| Binary | 10100001 | 11000000 | 11111011 | 100100 | 11000 | 0 | 10 | 11011011 | 1011100 | 1010001 |
Color Harmonies of #A1C0FB
Complementary color
Monochromatic Colors of #A1C0FB
Black with #A1C0FB
Text Example
Text Example
White with #A1C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0FB; }
p { color: rgb(161,192,251); }
H1.HeaderClassName
{
color: #A1C0FB;
}
.AnyTagClassName
{
color: #A1C0FB;
}
</style>
background-color css
<style>
a { background-color: #A1C0FB; }
a { background-color: rgb(161,192,251); }
div.DivClassName
{
background-color: #A1C0FB;
}
.BgClassName
{
background-color: #A1C0FB;
}
</style>
border-color css
<style>
span { border-color: #A1C0FB; }
span { border-color: rgb(161,192,251); }
td.TdClassName
{
border-color: #A1C0FB;
}
.TagClassName
{
border-color: #A1C0FB;
}
</style>