Shades of Botticelli #8AB0B5
Tints of Botticelli #8AB0B5
RGB
CMYK
RGB Variations
Color information
#8AB0B5 (or 0x8AB0B5) is known color: Botticelli. HEX triplet: 8A, B0 and B5. RGB value is (138,176,181). Sum of RGB (Red+Green+Blue) = 138+176+181=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #8AB0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0B5 is #754F4A. Grayscale: #A5A5A5. Windows color (decimal): -7688011 or 11907210. OLE color: 11907210.
HSL color Cylindrical-coordinate representation of color #8AB0B5: hue angle of 186.98º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB0B5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 176 | 181 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.29 |
| HSL | 186.98º | 0.23% | 0.63% | - |
| HSV(B) | 186.98º | 0.24% | 0.71% | - |
| XYZ | 34.35 | 39.79 | 49.59 | - |
| YUV | 165.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 181 | 0.24 | 0.03 | 0 | 0.29 | 186.98 | 0.23 | 0.63 |
| Hex | 8A | B0 | B5 | 18 | 3 | 0 | 1D | BB | 17 | 3F |
| Octal | 212 | 260 | 265 | 30 | 3 | 0 | 35 | 273 | 27 | 77 |
| Binary | 10001010 | 10110000 | 10110101 | 11000 | 11 | 0 | 11101 | 10111011 | 10111 | 111111 |
Color Harmonies of #8AB0B5
Complementary color
Monochromatic Colors of #8AB0B5
Black with #8AB0B5
Text Example
Text Example
White with #8AB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0B5; }
p { color: rgb(138,176,181); }
H1.HeaderClassName
{
color: #8AB0B5;
}
.AnyTagClassName
{
color: #8AB0B5;
}
</style>
background-color css
<style>
a { background-color: #8AB0B5; }
a { background-color: rgb(138,176,181); }
div.DivClassName
{
background-color: #8AB0B5;
}
.BgClassName
{
background-color: #8AB0B5;
}
</style>
border-color css
<style>
span { border-color: #8AB0B5; }
span { border-color: rgb(138,176,181); }
td.TdClassName
{
border-color: #8AB0B5;
}
.TagClassName
{
border-color: #8AB0B5;
}
</style>