Shades of Botticelli #8AAEBD
Tints of Botticelli #8AAEBD
RGB
CMYK
RGB Variations
Color information
#8AAEBD (or 0x8AAEBD) is known color: Botticelli. HEX triplet: 8A, AE and BD. RGB value is (138,174,189). Sum of RGB (Red+Green+Blue) = 138+174+189=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AAEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEBD is #755142. Grayscale: #A4A4A4. Windows color (decimal): -7688515 or 12430986. OLE color: 12430986.
HSL color Cylindrical-coordinate representation of color #8AAEBD: hue angle of 197.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AAEBD is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 174 | 189 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.26 |
| HSL | 197.65º | 0.28% | 0.64% | - |
| HSV(B) | 197.65º | 0.27% | 0.74% | - |
| XYZ | 34.8 | 39.35 | 53.91 | - |
| YUV | 164.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 189 | 0.27 | 0.08 | 0 | 0.26 | 197.65 | 0.28 | 0.64 |
| Hex | 8A | AE | BD | 1B | 8 | 0 | 1A | C6 | 1C | 40 |
| Octal | 212 | 256 | 275 | 33 | 10 | 0 | 32 | 306 | 34 | 100 |
| Binary | 10001010 | 10101110 | 10111101 | 11011 | 1000 | 0 | 11010 | 11000110 | 11100 | 1000000 |
Color Harmonies of #8AAEBD
Complementary color
Monochromatic Colors of #8AAEBD
Black with #8AAEBD
Text Example
Text Example
White with #8AAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEBD; }
p { color: rgb(138,174,189); }
H1.HeaderClassName
{
color: #8AAEBD;
}
.AnyTagClassName
{
color: #8AAEBD;
}
</style>
background-color css
<style>
a { background-color: #8AAEBD; }
a { background-color: rgb(138,174,189); }
div.DivClassName
{
background-color: #8AAEBD;
}
.BgClassName
{
background-color: #8AAEBD;
}
</style>
border-color css
<style>
span { border-color: #8AAEBD; }
span { border-color: rgb(138,174,189); }
td.TdClassName
{
border-color: #8AAEBD;
}
.TagClassName
{
border-color: #8AAEBD;
}
</style>