Shades of Tropical Blue #A2BFED
Tints of Tropical Blue #A2BFED
RGB
CMYK
RGB Variations
Color information
#A2BFED (or 0xA2BFED) is known color: Tropical Blue. HEX triplet: A2, BF and ED. RGB value is (162,191,237). Sum of RGB (Red+Green+Blue) = 162+191+237=590 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.46% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BFED is #5D4012. Grayscale: #BBBBBB. Windows color (decimal): -6111251 or 15581090. OLE color: 15581090.
HSL color Cylindrical-coordinate representation of color #A2BFED: hue angle of 216.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2BFED is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 191 | 237 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.07 |
| HSL | 216.8º | 0.68% | 0.78% | - |
| HSV(B) | 216.8º | 0.32% | 0.93% | - |
| XYZ | 48.82 | 51.06 | 87.4 | - |
| YUV | 187.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 237 | 0.32 | 0.19 | 0 | 0.07 | 216.8 | 0.68 | 0.78 |
| Hex | A2 | BF | ED | 20 | 13 | 0 | 7 | D9 | 44 | 4E |
| Octal | 242 | 277 | 355 | 40 | 23 | 0 | 7 | 331 | 104 | 116 |
| Binary | 10100010 | 10111111 | 11101101 | 100000 | 10011 | 0 | 111 | 11011001 | 1000100 | 1001110 |
Color Harmonies of #A2BFED
Complementary color
Monochromatic Colors of #A2BFED
Black with #A2BFED
Text Example
Text Example
White with #A2BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFED; }
p { color: rgb(162,191,237); }
H1.HeaderClassName
{
color: #A2BFED;
}
.AnyTagClassName
{
color: #A2BFED;
}
</style>
background-color css
<style>
a { background-color: #A2BFED; }
a { background-color: rgb(162,191,237); }
div.DivClassName
{
background-color: #A2BFED;
}
.BgClassName
{
background-color: #A2BFED;
}
</style>
border-color css
<style>
span { border-color: #A2BFED; }
span { border-color: rgb(162,191,237); }
td.TdClassName
{
border-color: #A2BFED;
}
.TagClassName
{
border-color: #A2BFED;
}
</style>