Shades of Tropical Blue #A1BEEA
Tints of Tropical Blue #A1BEEA
RGB
CMYK
RGB Variations
Color information
#A1BEEA (or 0xA1BEEA) is known color: Tropical Blue. HEX triplet: A1, BE and EA. RGB value is (161,190,234). Sum of RGB (Red+Green+Blue) = 161+190+234=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1BEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BEEA is #5E4115. Grayscale: #BABABA. Windows color (decimal): -6177046 or 15384225. OLE color: 15384225.
HSL color Cylindrical-coordinate representation of color #A1BEEA: hue angle of 216.16º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1BEEA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 190 | 234 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.08 |
| HSL | 216.16º | 0.63% | 0.77% | - |
| HSV(B) | 216.16º | 0.31% | 0.92% | - |
| XYZ | 47.96 | 50.34 | 85.03 | - |
| YUV | 186.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 234 | 0.31 | 0.19 | 0 | 0.08 | 216.16 | 0.63 | 0.77 |
| Hex | A1 | BE | EA | 1F | 13 | 0 | 8 | D8 | 3F | 4D |
| Octal | 241 | 276 | 352 | 37 | 23 | 0 | 10 | 330 | 77 | 115 |
| Binary | 10100001 | 10111110 | 11101010 | 11111 | 10011 | 0 | 1000 | 11011000 | 111111 | 1001101 |
Color Harmonies of #A1BEEA
Complementary color
Monochromatic Colors of #A1BEEA
Black with #A1BEEA
Text Example
Text Example
White with #A1BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEEA; }
p { color: rgb(161,190,234); }
H1.HeaderClassName
{
color: #A1BEEA;
}
.AnyTagClassName
{
color: #A1BEEA;
}
</style>
background-color css
<style>
a { background-color: #A1BEEA; }
a { background-color: rgb(161,190,234); }
div.DivClassName
{
background-color: #A1BEEA;
}
.BgClassName
{
background-color: #A1BEEA;
}
</style>
border-color css
<style>
span { border-color: #A1BEEA; }
span { border-color: rgb(161,190,234); }
td.TdClassName
{
border-color: #A1BEEA;
}
.TagClassName
{
border-color: #A1BEEA;
}
</style>