Shades of Tropical Blue #A1C2EF
Tints of Tropical Blue #A1C2EF
RGB
CMYK
RGB Variations
Color information
#A1C2EF (or 0xA1C2EF) is known color: Tropical Blue. HEX triplet: A1, C2 and EF. RGB value is (161,194,239). Sum of RGB (Red+Green+Blue) = 161+194+239=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1C2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C2EF is #5E3D10. Grayscale: #BDBDBD. Windows color (decimal): -6176017 or 15712929. OLE color: 15712929.
HSL color Cylindrical-coordinate representation of color #A1C2EF: hue angle of 214.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1C2EF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 194 | 239 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.06 |
| HSL | 214.62º | 0.71% | 0.78% | - |
| HSV(B) | 214.62º | 0.33% | 0.94% | - |
| XYZ | 49.57 | 52.39 | 89.16 | - |
| YUV | 189.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 239 | 0.33 | 0.19 | 0 | 0.06 | 214.62 | 0.71 | 0.78 |
| Hex | A1 | C2 | EF | 21 | 13 | 0 | 6 | D7 | 47 | 4E |
| Octal | 241 | 302 | 357 | 41 | 23 | 0 | 6 | 327 | 107 | 116 |
| Binary | 10100001 | 11000010 | 11101111 | 100001 | 10011 | 0 | 110 | 11010111 | 1000111 | 1001110 |
Color Harmonies of #A1C2EF
Complementary color
Monochromatic Colors of #A1C2EF
Black with #A1C2EF
Text Example
Text Example
White with #A1C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2EF; }
p { color: rgb(161,194,239); }
H1.HeaderClassName
{
color: #A1C2EF;
}
.AnyTagClassName
{
color: #A1C2EF;
}
</style>
background-color css
<style>
a { background-color: #A1C2EF; }
a { background-color: rgb(161,194,239); }
div.DivClassName
{
background-color: #A1C2EF;
}
.BgClassName
{
background-color: #A1C2EF;
}
</style>
border-color css
<style>
span { border-color: #A1C2EF; }
span { border-color: rgb(161,194,239); }
td.TdClassName
{
border-color: #A1C2EF;
}
.TagClassName
{
border-color: #A1C2EF;
}
</style>