Shades of Tropical Blue #A1C2F0
Tints of Tropical Blue #A1C2F0
RGB
CMYK
RGB Variations
Color information
#A1C2F0 (or 0xA1C2F0) is known color: Tropical Blue. HEX triplet: A1, C2 and F0. RGB value is (161,194,240). Sum of RGB (Red+Green+Blue) = 161+194+240=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #A1C2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C2F0 is #5E3D0F. Grayscale: #BDBDBD. Windows color (decimal): -6176016 or 15778465. OLE color: 15778465.
HSL color Cylindrical-coordinate representation of color #A1C2F0: hue angle of 214.94º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1C2F0 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 194 | 240 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.06 |
| HSL | 214.94º | 0.72% | 0.79% | - |
| HSV(B) | 214.94º | 0.33% | 0.94% | - |
| XYZ | 49.72 | 52.45 | 89.94 | - |
| YUV | 189.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 240 | 0.33 | 0.19 | 0 | 0.06 | 214.94 | 0.72 | 0.79 |
| Hex | A1 | C2 | F0 | 21 | 13 | 0 | 6 | D7 | 48 | 4F |
| Octal | 241 | 302 | 360 | 41 | 23 | 0 | 6 | 327 | 110 | 117 |
| Binary | 10100001 | 11000010 | 11110000 | 100001 | 10011 | 0 | 110 | 11010111 | 1001000 | 1001111 |
Color Harmonies of #A1C2F0
Complementary color
Monochromatic Colors of #A1C2F0
Black with #A1C2F0
Text Example
Text Example
White with #A1C2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2F0; }
p { color: rgb(161,194,240); }
H1.HeaderClassName
{
color: #A1C2F0;
}
.AnyTagClassName
{
color: #A1C2F0;
}
</style>
background-color css
<style>
a { background-color: #A1C2F0; }
a { background-color: rgb(161,194,240); }
div.DivClassName
{
background-color: #A1C2F0;
}
.BgClassName
{
background-color: #A1C2F0;
}
</style>
border-color css
<style>
span { border-color: #A1C2F0; }
span { border-color: rgb(161,194,240); }
td.TdClassName
{
border-color: #A1C2F0;
}
.TagClassName
{
border-color: #A1C2F0;
}
</style>