Shades of Tropical Blue #A9C1F2
Tints of Tropical Blue #A9C1F2
RGB
CMYK
RGB Variations
Color information
#A9C1F2 (or 0xA9C1F2) is known color: Tropical Blue. HEX triplet: A9, C1 and F2. RGB value is (169,193,242). Sum of RGB (Red+Green+Blue) = 169+193+242=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9C1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9C1F2 is #563E0D. Grayscale: #BFBFBF. Windows color (decimal): -5651982 or 15909289. OLE color: 15909289.
HSL color Cylindrical-coordinate representation of color #A9C1F2: hue angle of 220.27º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9C1F2 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 193 | 242 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.05 |
| HSL | 220.27º | 0.74% | 0.81% | - |
| HSV(B) | 220.27º | 0.3% | 0.95% | - |
| XYZ | 51.46 | 52.99 | 91.52 | - |
| YUV | 191.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 242 | 0.30 | 0.20 | 0 | 0.05 | 220.27 | 0.74 | 0.81 |
| Hex | A9 | C1 | F2 | 1E | 14 | 0 | 5 | DC | 4A | 51 |
| Octal | 251 | 301 | 362 | 36 | 24 | 0 | 5 | 334 | 112 | 121 |
| Binary | 10101001 | 11000001 | 11110010 | 11110 | 10100 | 0 | 101 | 11011100 | 1001010 | 1010001 |
Color Harmonies of #A9C1F2
Complementary color
Monochromatic Colors of #A9C1F2
Black with #A9C1F2
Text Example
Text Example
White with #A9C1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C1F2; }
p { color: rgb(169,193,242); }
H1.HeaderClassName
{
color: #A9C1F2;
}
.AnyTagClassName
{
color: #A9C1F2;
}
</style>
background-color css
<style>
a { background-color: #A9C1F2; }
a { background-color: rgb(169,193,242); }
div.DivClassName
{
background-color: #A9C1F2;
}
.BgClassName
{
background-color: #A9C1F2;
}
</style>
border-color css
<style>
span { border-color: #A9C1F2; }
span { border-color: rgb(169,193,242); }
td.TdClassName
{
border-color: #A9C1F2;
}
.TagClassName
{
border-color: #A9C1F2;
}
</style>