Shades of Botticelli #8AA8B3
Tints of Botticelli #8AA8B3
RGB
CMYK
RGB Variations
Color information
#8AA8B3 (or 0x8AA8B3) is known color: Botticelli. HEX triplet: 8A, A8 and B3. RGB value is (138,168,179). Sum of RGB (Red+Green+Blue) = 138+168+179=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #8AA8B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8B3 is #75574C. Grayscale: #A0A0A0. Windows color (decimal): -7690061 or 11774090. OLE color: 11774090.
HSL color Cylindrical-coordinate representation of color #8AA8B3: hue angle of 196.1º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA8B3 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 168 | 179 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.30 |
| HSL | 196.1º | 0.21% | 0.62% | - |
| HSV(B) | 196.1º | 0.23% | 0.7% | - |
| XYZ | 32.62 | 36.66 | 48.01 | - |
| YUV | 160.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 179 | 0.23 | 0.06 | 0 | 0.30 | 196.1 | 0.21 | 0.62 |
| Hex | 8A | A8 | B3 | 17 | 6 | 0 | 1E | C4 | 15 | 3E |
| Octal | 212 | 250 | 263 | 27 | 6 | 0 | 36 | 304 | 25 | 76 |
| Binary | 10001010 | 10101000 | 10110011 | 10111 | 110 | 0 | 11110 | 11000100 | 10101 | 111110 |
Color Harmonies of #8AA8B3
Complementary color
Monochromatic Colors of #8AA8B3
Black with #8AA8B3
Text Example
Text Example
White with #8AA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA8B3; }
p { color: rgb(138,168,179); }
H1.HeaderClassName
{
color: #8AA8B3;
}
.AnyTagClassName
{
color: #8AA8B3;
}
</style>
background-color css
<style>
a { background-color: #8AA8B3; }
a { background-color: rgb(138,168,179); }
div.DivClassName
{
background-color: #8AA8B3;
}
.BgClassName
{
background-color: #8AA8B3;
}
</style>
border-color css
<style>
span { border-color: #8AA8B3; }
span { border-color: rgb(138,168,179); }
td.TdClassName
{
border-color: #8AA8B3;
}
.TagClassName
{
border-color: #8AA8B3;
}
</style>