Shades of Tropical Blue #A3BFF1
Tints of Tropical Blue #A3BFF1
RGB
CMYK
RGB Variations
Color information
#A3BFF1 (or 0xA3BFF1) is known color: Tropical Blue. HEX triplet: A3, BF and F1. RGB value is (163,191,241). Sum of RGB (Red+Green+Blue) = 163+191+241=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #A3BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BFF1 is #5C400E. Grayscale: #BCBCBC. Windows color (decimal): -6045711 or 15843235. OLE color: 15843235.
HSL color Cylindrical-coordinate representation of color #A3BFF1: hue angle of 218.46º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3BFF1 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 191 | 241 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.05 |
| HSL | 218.46º | 0.74% | 0.79% | - |
| HSV(B) | 218.46º | 0.32% | 0.95% | - |
| XYZ | 49.61 | 51.4 | 90.53 | - |
| YUV | 188.33 | 157.72 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 241 | 0.32 | 0.21 | 0 | 0.05 | 218.46 | 0.74 | 0.79 |
| Hex | A3 | BF | F1 | 20 | 15 | 0 | 5 | DA | 4A | 4F |
| Octal | 243 | 277 | 361 | 40 | 25 | 0 | 5 | 332 | 112 | 117 |
| Binary | 10100011 | 10111111 | 11110001 | 100000 | 10101 | 0 | 101 | 11011010 | 1001010 | 1001111 |
Color Harmonies of #A3BFF1
Complementary color
Monochromatic Colors of #A3BFF1
Black with #A3BFF1
Text Example
Text Example
White with #A3BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFF1; }
p { color: rgb(163,191,241); }
H1.HeaderClassName
{
color: #A3BFF1;
}
.AnyTagClassName
{
color: #A3BFF1;
}
</style>
background-color css
<style>
a { background-color: #A3BFF1; }
a { background-color: rgb(163,191,241); }
div.DivClassName
{
background-color: #A3BFF1;
}
.BgClassName
{
background-color: #A3BFF1;
}
</style>
border-color css
<style>
span { border-color: #A3BFF1; }
span { border-color: rgb(163,191,241); }
td.TdClassName
{
border-color: #A3BFF1;
}
.TagClassName
{
border-color: #A3BFF1;
}
</style>