Shades of Tropical Blue #A2BFF3
Tints of Tropical Blue #A2BFF3
RGB
CMYK
RGB Variations
Color information
#A2BFF3 (or 0xA2BFF3) is known color: Tropical Blue. HEX triplet: A2, BF and F3. RGB value is (162,191,243). Sum of RGB (Red+Green+Blue) = 162+191+243=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #A2BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BFF3 is #5D400C. Grayscale: #BCBCBC. Windows color (decimal): -6111245 or 15974306. OLE color: 15974306.
HSL color Cylindrical-coordinate representation of color #A2BFF3: hue angle of 218.52º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2BFF3 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 191 | 243 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.05 |
| HSL | 218.52º | 0.77% | 0.79% | - |
| HSV(B) | 218.52º | 0.33% | 0.95% | - |
| XYZ | 49.71 | 51.41 | 92.1 | - |
| YUV | 188.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 243 | 0.33 | 0.21 | 0 | 0.05 | 218.52 | 0.77 | 0.79 |
| Hex | A2 | BF | F3 | 21 | 15 | 0 | 5 | DB | 4D | 4F |
| Octal | 242 | 277 | 363 | 41 | 25 | 0 | 5 | 333 | 115 | 117 |
| Binary | 10100010 | 10111111 | 11110011 | 100001 | 10101 | 0 | 101 | 11011011 | 1001101 | 1001111 |
Color Harmonies of #A2BFF3
Complementary color
Monochromatic Colors of #A2BFF3
Black with #A2BFF3
Text Example
Text Example
White with #A2BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFF3; }
p { color: rgb(162,191,243); }
H1.HeaderClassName
{
color: #A2BFF3;
}
.AnyTagClassName
{
color: #A2BFF3;
}
</style>
background-color css
<style>
a { background-color: #A2BFF3; }
a { background-color: rgb(162,191,243); }
div.DivClassName
{
background-color: #A2BFF3;
}
.BgClassName
{
background-color: #A2BFF3;
}
</style>
border-color css
<style>
span { border-color: #A2BFF3; }
span { border-color: rgb(162,191,243); }
td.TdClassName
{
border-color: #A2BFF3;
}
.TagClassName
{
border-color: #A2BFF3;
}
</style>