Shades of Tropical Blue #A1BDEA
Tints of Tropical Blue #A1BDEA
RGB
CMYK
RGB Variations
Color information
#A1BDEA (or 0xA1BDEA) is known color: Tropical Blue. HEX triplet: A1, BD and EA. RGB value is (161,189,234). Sum of RGB (Red+Green+Blue) = 161+189+234=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDEA is #5E4215. Grayscale: #B9B9B9. Windows color (decimal): -6177302 or 15383969. OLE color: 15383969.
HSL color Cylindrical-coordinate representation of color #A1BDEA: hue angle of 216.99º 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 #A1BDEA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 189 | 234 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.08 |
| HSL | 216.99º | 0.63% | 0.77% | - |
| HSV(B) | 216.99º | 0.31% | 0.92% | - |
| XYZ | 47.75 | 49.91 | 84.96 | - |
| YUV | 185.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 234 | 0.31 | 0.19 | 0 | 0.08 | 216.99 | 0.63 | 0.77 |
| Hex | A1 | BD | EA | 1F | 13 | 0 | 8 | D9 | 3F | 4D |
| Octal | 241 | 275 | 352 | 37 | 23 | 0 | 10 | 331 | 77 | 115 |
| Binary | 10100001 | 10111101 | 11101010 | 11111 | 10011 | 0 | 1000 | 11011001 | 111111 | 1001101 |
Color Harmonies of #A1BDEA
Complementary color
Monochromatic Colors of #A1BDEA
Black with #A1BDEA
Text Example
Text Example
White with #A1BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDEA; }
p { color: rgb(161,189,234); }
H1.HeaderClassName
{
color: #A1BDEA;
}
.AnyTagClassName
{
color: #A1BDEA;
}
</style>
background-color css
<style>
a { background-color: #A1BDEA; }
a { background-color: rgb(161,189,234); }
div.DivClassName
{
background-color: #A1BDEA;
}
.BgClassName
{
background-color: #A1BDEA;
}
</style>
border-color css
<style>
span { border-color: #A1BDEA; }
span { border-color: rgb(161,189,234); }
td.TdClassName
{
border-color: #A1BDEA;
}
.TagClassName
{
border-color: #A1BDEA;
}
</style>