Shades of Botticelli #8FB4C1
Tints of Botticelli #8FB4C1
RGB
CMYK
RGB Variations
Color information
#8FB4C1 (or 0x8FB4C1) is known color: Botticelli. HEX triplet: 8F, B4 and C1. RGB value is (143,180,193). Sum of RGB (Red+Green+Blue) = 143+180+193=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FB4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4C1 is #704B3E. Grayscale: #AAAAAA. Windows color (decimal): -7359295 or 12694671. OLE color: 12694671.
HSL color Cylindrical-coordinate representation of color #8FB4C1: hue angle of 195.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FB4C1 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 180 | 193 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.24 |
| HSL | 195.6º | 0.29% | 0.66% | - |
| HSV(B) | 195.6º | 0.26% | 0.76% | - |
| XYZ | 37.27 | 42.33 | 56.66 | - |
| YUV | 170.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 193 | 0.26 | 0.07 | 0 | 0.24 | 195.6 | 0.29 | 0.66 |
| Hex | 8F | B4 | C1 | 1A | 7 | 0 | 18 | C4 | 1D | 42 |
| Octal | 217 | 264 | 301 | 32 | 7 | 0 | 30 | 304 | 35 | 102 |
| Binary | 10001111 | 10110100 | 11000001 | 11010 | 111 | 0 | 11000 | 11000100 | 11101 | 1000010 |
Color Harmonies of #8FB4C1
Complementary color
Monochromatic Colors of #8FB4C1
Black with #8FB4C1
Text Example
Text Example
White with #8FB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB4C1; }
p { color: rgb(143,180,193); }
H1.HeaderClassName
{
color: #8FB4C1;
}
.AnyTagClassName
{
color: #8FB4C1;
}
</style>
background-color css
<style>
a { background-color: #8FB4C1; }
a { background-color: rgb(143,180,193); }
div.DivClassName
{
background-color: #8FB4C1;
}
.BgClassName
{
background-color: #8FB4C1;
}
</style>
border-color css
<style>
span { border-color: #8FB4C1; }
span { border-color: rgb(143,180,193); }
td.TdClassName
{
border-color: #8FB4C1;
}
.TagClassName
{
border-color: #8FB4C1;
}
</style>