Shades of Botticelli #8AA8B4
Tints of Botticelli #8AA8B4
RGB
CMYK
RGB Variations
Color information
#8AA8B4 (or 0x8AA8B4) is known color: Botticelli. HEX triplet: 8A, A8 and B4. RGB value is (138,168,180). Sum of RGB (Red+Green+Blue) = 138+168+180=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #8AA8B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8B4 is #75574B. Grayscale: #A0A0A0. Windows color (decimal): -7690060 or 11839626. OLE color: 11839626.
HSL color Cylindrical-coordinate representation of color #8AA8B4: hue angle of 197.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA8B4 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 168 | 180 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.29 |
| HSL | 197.14º | 0.22% | 0.62% | - |
| HSV(B) | 197.14º | 0.23% | 0.71% | - |
| XYZ | 32.72 | 36.7 | 48.54 | - |
| YUV | 160.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 180 | 0.23 | 0.07 | 0 | 0.29 | 197.14 | 0.22 | 0.62 |
| Hex | 8A | A8 | B4 | 17 | 7 | 0 | 1D | C5 | 16 | 3E |
| Octal | 212 | 250 | 264 | 27 | 7 | 0 | 35 | 305 | 26 | 76 |
| Binary | 10001010 | 10101000 | 10110100 | 10111 | 111 | 0 | 11101 | 11000101 | 10110 | 111110 |
Color Harmonies of #8AA8B4
Complementary color
Monochromatic Colors of #8AA8B4
Black with #8AA8B4
Text Example
Text Example
White with #8AA8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA8B4; }
p { color: rgb(138,168,180); }
H1.HeaderClassName
{
color: #8AA8B4;
}
.AnyTagClassName
{
color: #8AA8B4;
}
</style>
background-color css
<style>
a { background-color: #8AA8B4; }
a { background-color: rgb(138,168,180); }
div.DivClassName
{
background-color: #8AA8B4;
}
.BgClassName
{
background-color: #8AA8B4;
}
</style>
border-color css
<style>
span { border-color: #8AA8B4; }
span { border-color: rgb(138,168,180); }
td.TdClassName
{
border-color: #8AA8B4;
}
.TagClassName
{
border-color: #8AA8B4;
}
</style>