Shades of Tropical Blue #A1BFE7
Tints of Tropical Blue #A1BFE7
RGB
CMYK
RGB Variations
Color information
#A1BFE7 (or 0xA1BFE7) is known color: Tropical Blue. HEX triplet: A1, BF and E7. RGB value is (161,191,231). Sum of RGB (Red+Green+Blue) = 161+191+231=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #A1BFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BFE7 is #5E4018. Grayscale: #BABABA. Windows color (decimal): -6176793 or 15187873. OLE color: 15187873.
HSL color Cylindrical-coordinate representation of color #A1BFE7: hue angle of 214.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1BFE7 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 191 | 231 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.09 |
| HSL | 214.29º | 0.59% | 0.77% | - |
| HSV(B) | 214.29º | 0.3% | 0.91% | - |
| XYZ | 47.75 | 50.61 | 82.85 | - |
| YUV | 186.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 231 | 0.30 | 0.17 | 0 | 0.09 | 214.29 | 0.59 | 0.77 |
| Hex | A1 | BF | E7 | 1E | 11 | 0 | 9 | D6 | 3B | 4D |
| Octal | 241 | 277 | 347 | 36 | 21 | 0 | 11 | 326 | 73 | 115 |
| Binary | 10100001 | 10111111 | 11100111 | 11110 | 10001 | 0 | 1001 | 11010110 | 111011 | 1001101 |
Color Harmonies of #A1BFE7
Complementary color
Monochromatic Colors of #A1BFE7
Black with #A1BFE7
Text Example
Text Example
White with #A1BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFE7; }
p { color: rgb(161,191,231); }
H1.HeaderClassName
{
color: #A1BFE7;
}
.AnyTagClassName
{
color: #A1BFE7;
}
</style>
background-color css
<style>
a { background-color: #A1BFE7; }
a { background-color: rgb(161,191,231); }
div.DivClassName
{
background-color: #A1BFE7;
}
.BgClassName
{
background-color: #A1BFE7;
}
</style>
border-color css
<style>
span { border-color: #A1BFE7; }
span { border-color: rgb(161,191,231); }
td.TdClassName
{
border-color: #A1BFE7;
}
.TagClassName
{
border-color: #A1BFE7;
}
</style>