Shades of Botticelli #8AB6BE
Tints of Botticelli #8AB6BE
RGB
CMYK
RGB Variations
Color information
#8AB6BE (or 0x8AB6BE) is known color: Botticelli. HEX triplet: 8A, B6 and BE. RGB value is (138,182,190). Sum of RGB (Red+Green+Blue) = 138+182+190=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6BE is #754941. Grayscale: #A9A9A9. Windows color (decimal): -7686466 or 12498570. OLE color: 12498570.
HSL color Cylindrical-coordinate representation of color #8AB6BE: hue angle of 189.23º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AB6BE is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 182 | 190 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.25 |
| HSL | 189.23º | 0.29% | 0.64% | - |
| HSV(B) | 189.23º | 0.27% | 0.75% | - |
| XYZ | 36.5 | 42.58 | 55.01 | - |
| YUV | 169.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 190 | 0.27 | 0.04 | 0 | 0.25 | 189.23 | 0.29 | 0.64 |
| Hex | 8A | B6 | BE | 1B | 4 | 0 | 19 | BD | 1D | 40 |
| Octal | 212 | 266 | 276 | 33 | 4 | 0 | 31 | 275 | 35 | 100 |
| Binary | 10001010 | 10110110 | 10111110 | 11011 | 100 | 0 | 11001 | 10111101 | 11101 | 1000000 |
Color Harmonies of #8AB6BE
Complementary color
Monochromatic Colors of #8AB6BE
Black with #8AB6BE
Text Example
Text Example
White with #8AB6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB6BE; }
p { color: rgb(138,182,190); }
H1.HeaderClassName
{
color: #8AB6BE;
}
.AnyTagClassName
{
color: #8AB6BE;
}
</style>
background-color css
<style>
a { background-color: #8AB6BE; }
a { background-color: rgb(138,182,190); }
div.DivClassName
{
background-color: #8AB6BE;
}
.BgClassName
{
background-color: #8AB6BE;
}
</style>
border-color css
<style>
span { border-color: #8AB6BE; }
span { border-color: rgb(138,182,190); }
td.TdClassName
{
border-color: #8AB6BE;
}
.TagClassName
{
border-color: #8AB6BE;
}
</style>