Shades of Tropical Blue #A1BEEC
Tints of Tropical Blue #A1BEEC
RGB
CMYK
RGB Variations
Color information
#A1BEEC (or 0xA1BEEC) is known color: Tropical Blue. HEX triplet: A1, BE and EC. RGB value is (161,190,236). Sum of RGB (Red+Green+Blue) = 161+190+236=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1BEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BEEC is #5E4113. Grayscale: #BABABA. Windows color (decimal): -6177044 or 15515297. OLE color: 15515297.
HSL color Cylindrical-coordinate representation of color #A1BEEC: hue angle of 216.8º degrees, saturation: 0.66, 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 #A1BEEC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 190 | 236 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.07 |
| HSL | 216.8º | 0.66% | 0.78% | - |
| HSV(B) | 216.8º | 0.32% | 0.93% | - |
| XYZ | 48.25 | 50.46 | 86.55 | - |
| YUV | 186.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 236 | 0.32 | 0.19 | 0 | 0.07 | 216.8 | 0.66 | 0.78 |
| Hex | A1 | BE | EC | 20 | 13 | 0 | 7 | D9 | 42 | 4E |
| Octal | 241 | 276 | 354 | 40 | 23 | 0 | 7 | 331 | 102 | 116 |
| Binary | 10100001 | 10111110 | 11101100 | 100000 | 10011 | 0 | 111 | 11011001 | 1000010 | 1001110 |
Color Harmonies of #A1BEEC
Complementary color
Monochromatic Colors of #A1BEEC
Black with #A1BEEC
Text Example
Text Example
White with #A1BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEEC; }
p { color: rgb(161,190,236); }
H1.HeaderClassName
{
color: #A1BEEC;
}
.AnyTagClassName
{
color: #A1BEEC;
}
</style>
background-color css
<style>
a { background-color: #A1BEEC; }
a { background-color: rgb(161,190,236); }
div.DivClassName
{
background-color: #A1BEEC;
}
.BgClassName
{
background-color: #A1BEEC;
}
</style>
border-color css
<style>
span { border-color: #A1BEEC; }
span { border-color: rgb(161,190,236); }
td.TdClassName
{
border-color: #A1BEEC;
}
.TagClassName
{
border-color: #A1BEEC;
}
</style>