Shades of Tropical Blue #A1C0FD
Tints of Tropical Blue #A1C0FD
RGB
CMYK
RGB Variations
Color information
#A1C0FD (or 0xA1C0FD) is known color: Tropical Blue. HEX triplet: A1, C0 and FD. RGB value is (161,192,253). Sum of RGB (Red+Green+Blue) = 161+192+253=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C0FD is #5E3F02. Grayscale: #BDBDBD. Windows color (decimal): -6176515 or 16629921. OLE color: 16629921.
HSL color Cylindrical-coordinate representation of color #A1C0FD: hue angle of 219.78º degrees, saturation: 0.96, 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 #A1C0FD is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 192 | 253 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.01 |
| HSL | 219.78º | 0.96% | 0.81% | - |
| HSV(B) | 219.78º | 0.36% | 0.99% | - |
| XYZ | 51.28 | 52.37 | 100.33 | - |
| YUV | 189.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 253 | 0.36 | 0.24 | 0 | 0.01 | 219.78 | 0.96 | 0.81 |
| Hex | A1 | C0 | FD | 24 | 18 | 0 | 1 | DC | 60 | 51 |
| Octal | 241 | 300 | 375 | 44 | 30 | 0 | 1 | 334 | 140 | 121 |
| Binary | 10100001 | 11000000 | 11111101 | 100100 | 11000 | 0 | 1 | 11011100 | 1100000 | 1010001 |
Color Harmonies of #A1C0FD
Complementary color
Monochromatic Colors of #A1C0FD
Black with #A1C0FD
Text Example
Text Example
White with #A1C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0FD; }
p { color: rgb(161,192,253); }
H1.HeaderClassName
{
color: #A1C0FD;
}
.AnyTagClassName
{
color: #A1C0FD;
}
</style>
background-color css
<style>
a { background-color: #A1C0FD; }
a { background-color: rgb(161,192,253); }
div.DivClassName
{
background-color: #A1C0FD;
}
.BgClassName
{
background-color: #A1C0FD;
}
</style>
border-color css
<style>
span { border-color: #A1C0FD; }
span { border-color: rgb(161,192,253); }
td.TdClassName
{
border-color: #A1C0FD;
}
.TagClassName
{
border-color: #A1C0FD;
}
</style>