Shades of Tropical Blue #A1C0FC
Tints of Tropical Blue #A1C0FC
RGB
CMYK
RGB Variations
Color information
#A1C0FC (or 0xA1C0FC) is known color: Tropical Blue. HEX triplet: A1, C0 and FC. RGB value is (161,192,252). Sum of RGB (Red+Green+Blue) = 161+192+252=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C0FC is #5E3F03. Grayscale: #BDBDBD. Windows color (decimal): -6176516 or 16564385. OLE color: 16564385.
HSL color Cylindrical-coordinate representation of color #A1C0FC: hue angle of 219.56º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C0FC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 192 | 252 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.01 |
| HSL | 219.56º | 0.94% | 0.81% | - |
| HSV(B) | 219.56º | 0.36% | 0.99% | - |
| XYZ | 51.12 | 52.3 | 99.5 | - |
| YUV | 189.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 252 | 0.36 | 0.24 | 0 | 0.01 | 219.56 | 0.94 | 0.81 |
| Hex | A1 | C0 | FC | 24 | 18 | 0 | 1 | DC | 5E | 51 |
| Octal | 241 | 300 | 374 | 44 | 30 | 0 | 1 | 334 | 136 | 121 |
| Binary | 10100001 | 11000000 | 11111100 | 100100 | 11000 | 0 | 1 | 11011100 | 1011110 | 1010001 |
Color Harmonies of #A1C0FC
Complementary color
Monochromatic Colors of #A1C0FC
Black with #A1C0FC
Text Example
Text Example
White with #A1C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0FC; }
p { color: rgb(161,192,252); }
H1.HeaderClassName
{
color: #A1C0FC;
}
.AnyTagClassName
{
color: #A1C0FC;
}
</style>
background-color css
<style>
a { background-color: #A1C0FC; }
a { background-color: rgb(161,192,252); }
div.DivClassName
{
background-color: #A1C0FC;
}
.BgClassName
{
background-color: #A1C0FC;
}
</style>
border-color css
<style>
span { border-color: #A1C0FC; }
span { border-color: rgb(161,192,252); }
td.TdClassName
{
border-color: #A1C0FC;
}
.TagClassName
{
border-color: #A1C0FC;
}
</style>