Shades of Botticelli #8AB2B9
Tints of Botticelli #8AB2B9
RGB
CMYK
RGB Variations
Color information
#8AB2B9 (or 0x8AB2B9) is known color: Botticelli. HEX triplet: 8A, B2 and B9. RGB value is (138,178,185). Sum of RGB (Red+Green+Blue) = 138+178+185=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: blue. Hex color #8AB2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB2B9 is #754D46. Grayscale: #A6A6A6. Windows color (decimal): -7687495 or 12169866. OLE color: 12169866.
HSL color Cylindrical-coordinate representation of color #8AB2B9: hue angle of 188.94º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AB2B9 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 178 | 185 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.27 |
| HSL | 188.94º | 0.25% | 0.63% | - |
| HSV(B) | 188.94º | 0.25% | 0.73% | - |
| XYZ | 35.16 | 40.75 | 51.91 | - |
| YUV | 166.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 185 | 0.25 | 0.04 | 0 | 0.27 | 188.94 | 0.25 | 0.63 |
| Hex | 8A | B2 | B9 | 19 | 4 | 0 | 1B | BD | 19 | 3F |
| Octal | 212 | 262 | 271 | 31 | 4 | 0 | 33 | 275 | 31 | 77 |
| Binary | 10001010 | 10110010 | 10111001 | 11001 | 100 | 0 | 11011 | 10111101 | 11001 | 111111 |
Color Harmonies of #8AB2B9
Complementary color
Monochromatic Colors of #8AB2B9
Black with #8AB2B9
Text Example
Text Example
White with #8AB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB2B9; }
p { color: rgb(138,178,185); }
H1.HeaderClassName
{
color: #8AB2B9;
}
.AnyTagClassName
{
color: #8AB2B9;
}
</style>
background-color css
<style>
a { background-color: #8AB2B9; }
a { background-color: rgb(138,178,185); }
div.DivClassName
{
background-color: #8AB2B9;
}
.BgClassName
{
background-color: #8AB2B9;
}
</style>
border-color css
<style>
span { border-color: #8AB2B9; }
span { border-color: rgb(138,178,185); }
td.TdClassName
{
border-color: #8AB2B9;
}
.TagClassName
{
border-color: #8AB2B9;
}
</style>