Shades of Botticelli #8ABABB
Tints of Botticelli #8ABABB
RGB
CMYK
RGB Variations
Color information
#8ABABB (or 0x8ABABB) is known color: Botticelli. HEX triplet: 8A, BA and BB. RGB value is (138,186,187). Sum of RGB (Red+Green+Blue) = 138+186+187=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #8ABABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABABB is #754544. Grayscale: #ABABAB. Windows color (decimal): -7685445 or 12302986. OLE color: 12302986.
HSL color Cylindrical-coordinate representation of color #8ABABB: hue angle of 181.22º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABABB is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 187 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.27 |
| HSL | 181.22º | 0.26% | 0.64% | - |
| HSV(B) | 181.22º | 0.26% | 0.73% | - |
| XYZ | 37.01 | 44.11 | 53.58 | - |
| YUV | 171.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 187 | 0.26 | 0.01 | 0 | 0.27 | 181.22 | 0.26 | 0.64 |
| Hex | 8A | BA | BB | 1A | 1 | 0 | 1B | B5 | 1A | 40 |
| Octal | 212 | 272 | 273 | 32 | 1 | 0 | 33 | 265 | 32 | 100 |
| Binary | 10001010 | 10111010 | 10111011 | 11010 | 1 | 0 | 11011 | 10110101 | 11010 | 1000000 |
Color Harmonies of #8ABABB
Complementary color
Monochromatic Colors of #8ABABB
Black with #8ABABB
Text Example
Text Example
White with #8ABABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABABB; }
p { color: rgb(138,186,187); }
H1.HeaderClassName
{
color: #8ABABB;
}
.AnyTagClassName
{
color: #8ABABB;
}
</style>
background-color css
<style>
a { background-color: #8ABABB; }
a { background-color: rgb(138,186,187); }
div.DivClassName
{
background-color: #8ABABB;
}
.BgClassName
{
background-color: #8ABABB;
}
</style>
border-color css
<style>
span { border-color: #8ABABB; }
span { border-color: rgb(138,186,187); }
td.TdClassName
{
border-color: #8ABABB;
}
.TagClassName
{
border-color: #8ABABB;
}
</style>