Shades of Tropical Blue #A1BFEC
Tints of Tropical Blue #A1BFEC
RGB
CMYK
RGB Variations
Color information
#A1BFEC (or 0xA1BFEC) is known color: Tropical Blue. HEX triplet: A1, BF and EC. RGB value is (161,191,236). Sum of RGB (Red+Green+Blue) = 161+191+236=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1BFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BFEC is #5E4013. Grayscale: #BABABA. Windows color (decimal): -6176788 or 15515553. OLE color: 15515553.
HSL color Cylindrical-coordinate representation of color #A1BFEC: hue angle of 216º 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 #A1BFEC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 191 | 236 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.07 |
| HSL | 216º | 0.66% | 0.78% | - |
| HSV(B) | 216º | 0.32% | 0.93% | - |
| XYZ | 48.47 | 50.89 | 86.63 | - |
| YUV | 187.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 236 | 0.32 | 0.19 | 0 | 0.07 | 216 | 0.66 | 0.78 |
| Hex | A1 | BF | EC | 20 | 13 | 0 | 7 | D8 | 42 | 4E |
| Octal | 241 | 277 | 354 | 40 | 23 | 0 | 7 | 330 | 102 | 116 |
| Binary | 10100001 | 10111111 | 11101100 | 100000 | 10011 | 0 | 111 | 11011000 | 1000010 | 1001110 |
Color Harmonies of #A1BFEC
Complementary color
Monochromatic Colors of #A1BFEC
Black with #A1BFEC
Text Example
Text Example
White with #A1BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFEC; }
p { color: rgb(161,191,236); }
H1.HeaderClassName
{
color: #A1BFEC;
}
.AnyTagClassName
{
color: #A1BFEC;
}
</style>
background-color css
<style>
a { background-color: #A1BFEC; }
a { background-color: rgb(161,191,236); }
div.DivClassName
{
background-color: #A1BFEC;
}
.BgClassName
{
background-color: #A1BFEC;
}
</style>
border-color css
<style>
span { border-color: #A1BFEC; }
span { border-color: rgb(161,191,236); }
td.TdClassName
{
border-color: #A1BFEC;
}
.TagClassName
{
border-color: #A1BFEC;
}
</style>