Shades of Botticelli #8AB4BF
Tints of Botticelli #8AB4BF
RGB
CMYK
RGB Variations
Color information
#8AB4BF (or 0x8AB4BF) is known color: Botticelli. HEX triplet: 8A, B4 and BF. RGB value is (138,180,191). Sum of RGB (Red+Green+Blue) = 138+180+191=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #8AB4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB4BF is #754B40. Grayscale: #A8A8A8. Windows color (decimal): -7686977 or 12563594. OLE color: 12563594.
HSL color Cylindrical-coordinate representation of color #8AB4BF: hue angle of 192.45º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AB4BF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 180 | 191 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.25 |
| HSL | 192.45º | 0.29% | 0.65% | - |
| HSV(B) | 192.45º | 0.28% | 0.75% | - |
| XYZ | 36.21 | 41.81 | 55.45 | - |
| YUV | 168.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 191 | 0.28 | 0.06 | 0 | 0.25 | 192.45 | 0.29 | 0.65 |
| Hex | 8A | B4 | BF | 1C | 6 | 0 | 19 | C0 | 1D | 41 |
| Octal | 212 | 264 | 277 | 34 | 6 | 0 | 31 | 300 | 35 | 101 |
| Binary | 10001010 | 10110100 | 10111111 | 11100 | 110 | 0 | 11001 | 11000000 | 11101 | 1000001 |
Color Harmonies of #8AB4BF
Complementary color
Monochromatic Colors of #8AB4BF
Black with #8AB4BF
Text Example
Text Example
White with #8AB4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB4BF; }
p { color: rgb(138,180,191); }
H1.HeaderClassName
{
color: #8AB4BF;
}
.AnyTagClassName
{
color: #8AB4BF;
}
</style>
background-color css
<style>
a { background-color: #8AB4BF; }
a { background-color: rgb(138,180,191); }
div.DivClassName
{
background-color: #8AB4BF;
}
.BgClassName
{
background-color: #8AB4BF;
}
</style>
border-color css
<style>
span { border-color: #8AB4BF; }
span { border-color: rgb(138,180,191); }
td.TdClassName
{
border-color: #8AB4BF;
}
.TagClassName
{
border-color: #8AB4BF;
}
</style>