Shades of Tropical Blue #A1BFF7
Tints of Tropical Blue #A1BFF7
RGB
CMYK
RGB Variations
Color information
#A1BFF7 (or 0xA1BFF7) is known color: Tropical Blue. HEX triplet: A1, BF and F7. RGB value is (161,191,247). Sum of RGB (Red+Green+Blue) = 161+191+247=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #A1BFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BFF7 is #5E4008. Grayscale: #BCBCBC. Windows color (decimal): -6176777 or 16236449. OLE color: 16236449.
HSL color Cylindrical-coordinate representation of color #A1BFF7: hue angle of 219.07º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1BFF7 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 191 | 247 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.03 |
| HSL | 219.07º | 0.84% | 0.8% | - |
| HSV(B) | 219.07º | 0.35% | 0.97% | - |
| XYZ | 50.12 | 51.55 | 95.31 | - |
| YUV | 188.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 247 | 0.35 | 0.23 | 0 | 0.03 | 219.07 | 0.84 | 0.8 |
| Hex | A1 | BF | F7 | 23 | 17 | 0 | 3 | DB | 54 | 50 |
| Octal | 241 | 277 | 367 | 43 | 27 | 0 | 3 | 333 | 124 | 120 |
| Binary | 10100001 | 10111111 | 11110111 | 100011 | 10111 | 0 | 11 | 11011011 | 1010100 | 1010000 |
Color Harmonies of #A1BFF7
Complementary color
Monochromatic Colors of #A1BFF7
Black with #A1BFF7
Text Example
Text Example
White with #A1BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFF7; }
p { color: rgb(161,191,247); }
H1.HeaderClassName
{
color: #A1BFF7;
}
.AnyTagClassName
{
color: #A1BFF7;
}
</style>
background-color css
<style>
a { background-color: #A1BFF7; }
a { background-color: rgb(161,191,247); }
div.DivClassName
{
background-color: #A1BFF7;
}
.BgClassName
{
background-color: #A1BFF7;
}
</style>
border-color css
<style>
span { border-color: #A1BFF7; }
span { border-color: rgb(161,191,247); }
td.TdClassName
{
border-color: #A1BFF7;
}
.TagClassName
{
border-color: #A1BFF7;
}
</style>