Shades of Tropical Blue #A0BFE7
Tints of Tropical Blue #A0BFE7
RGB
CMYK
RGB Variations
Color information
#A0BFE7 (or 0xA0BFE7) is known color: Tropical Blue. HEX triplet: A0, BF and E7. RGB value is (160,191,231). Sum of RGB (Red+Green+Blue) = 160+191+231=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0BFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BFE7 is #5F4018. Grayscale: #BABABA. Windows color (decimal): -6242329 or 15187872. OLE color: 15187872.
HSL color Cylindrical-coordinate representation of color #A0BFE7: hue angle of 213.8º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0BFE7 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 191 | 231 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.09 |
| HSL | 213.8º | 0.6% | 0.77% | - |
| HSV(B) | 213.8º | 0.31% | 0.91% | - |
| XYZ | 47.55 | 50.5 | 82.84 | - |
| YUV | 186.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 231 | 0.31 | 0.17 | 0 | 0.09 | 213.8 | 0.6 | 0.77 |
| Hex | A0 | BF | E7 | 1F | 11 | 0 | 9 | D6 | 3C | 4D |
| Octal | 240 | 277 | 347 | 37 | 21 | 0 | 11 | 326 | 74 | 115 |
| Binary | 10100000 | 10111111 | 11100111 | 11111 | 10001 | 0 | 1001 | 11010110 | 111100 | 1001101 |
Color Harmonies of #A0BFE7
Complementary color
Monochromatic Colors of #A0BFE7
Black with #A0BFE7
Text Example
Text Example
White with #A0BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFE7; }
p { color: rgb(160,191,231); }
H1.HeaderClassName
{
color: #A0BFE7;
}
.AnyTagClassName
{
color: #A0BFE7;
}
</style>
background-color css
<style>
a { background-color: #A0BFE7; }
a { background-color: rgb(160,191,231); }
div.DivClassName
{
background-color: #A0BFE7;
}
.BgClassName
{
background-color: #A0BFE7;
}
</style>
border-color css
<style>
span { border-color: #A0BFE7; }
span { border-color: rgb(160,191,231); }
td.TdClassName
{
border-color: #A0BFE7;
}
.TagClassName
{
border-color: #A0BFE7;
}
</style>