Shades of Tropical Blue #A2C1FC
Tints of Tropical Blue #A2C1FC
RGB
CMYK
RGB Variations
Color information
#A2C1FC (or 0xA2C1FC) is known color: Tropical Blue. HEX triplet: A2, C1 and FC. RGB value is (162,193,252). Sum of RGB (Red+Green+Blue) = 162+193+252=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2C1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C1FC is #5D3E03. Grayscale: #BEBEBE. Windows color (decimal): -6110724 or 16564642. OLE color: 16564642.
HSL color Cylindrical-coordinate representation of color #A2C1FC: hue angle of 219.33º 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 #A2C1FC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 193 | 252 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.01 |
| HSL | 219.33º | 0.94% | 0.81% | - |
| HSV(B) | 219.33º | 0.36% | 0.99% | - |
| XYZ | 51.54 | 52.85 | 99.58 | - |
| YUV | 190.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 252 | 0.36 | 0.23 | 0 | 0.01 | 219.33 | 0.94 | 0.81 |
| Hex | A2 | C1 | FC | 24 | 17 | 0 | 1 | DB | 5E | 51 |
| Octal | 242 | 301 | 374 | 44 | 27 | 0 | 1 | 333 | 136 | 121 |
| Binary | 10100010 | 11000001 | 11111100 | 100100 | 10111 | 0 | 1 | 11011011 | 1011110 | 1010001 |
Color Harmonies of #A2C1FC
Complementary color
Monochromatic Colors of #A2C1FC
Black with #A2C1FC
Text Example
Text Example
White with #A2C1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C1FC; }
p { color: rgb(162,193,252); }
H1.HeaderClassName
{
color: #A2C1FC;
}
.AnyTagClassName
{
color: #A2C1FC;
}
</style>
background-color css
<style>
a { background-color: #A2C1FC; }
a { background-color: rgb(162,193,252); }
div.DivClassName
{
background-color: #A2C1FC;
}
.BgClassName
{
background-color: #A2C1FC;
}
</style>
border-color css
<style>
span { border-color: #A2C1FC; }
span { border-color: rgb(162,193,252); }
td.TdClassName
{
border-color: #A2C1FC;
}
.TagClassName
{
border-color: #A2C1FC;
}
</style>