Shades of Botticelli #8FB7C4
Tints of Botticelli #8FB7C4
RGB
CMYK
RGB Variations
Color information
#8FB7C4 (or 0x8FB7C4) is known color: Botticelli. HEX triplet: 8F, B7 and C4. RGB value is (143,183,196). Sum of RGB (Red+Green+Blue) = 143+183+196=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FB7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7C4 is #70483B. Grayscale: #ACACAC. Windows color (decimal): -7358524 or 12892047. OLE color: 12892047.
HSL color Cylindrical-coordinate representation of color #8FB7C4: hue angle of 194.72º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FB7C4 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 183 | 196 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.23 |
| HSL | 194.72º | 0.31% | 0.66% | - |
| HSV(B) | 194.72º | 0.27% | 0.77% | - |
| XYZ | 38.22 | 43.69 | 58.64 | - |
| YUV | 172.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 196 | 0.27 | 0.07 | 0 | 0.23 | 194.72 | 0.31 | 0.66 |
| Hex | 8F | B7 | C4 | 1B | 7 | 0 | 17 | C3 | 1F | 42 |
| Octal | 217 | 267 | 304 | 33 | 7 | 0 | 27 | 303 | 37 | 102 |
| Binary | 10001111 | 10110111 | 11000100 | 11011 | 111 | 0 | 10111 | 11000011 | 11111 | 1000010 |
Color Harmonies of #8FB7C4
Complementary color
Monochromatic Colors of #8FB7C4
Black with #8FB7C4
Text Example
Text Example
White with #8FB7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB7C4; }
p { color: rgb(143,183,196); }
H1.HeaderClassName
{
color: #8FB7C4;
}
.AnyTagClassName
{
color: #8FB7C4;
}
</style>
background-color css
<style>
a { background-color: #8FB7C4; }
a { background-color: rgb(143,183,196); }
div.DivClassName
{
background-color: #8FB7C4;
}
.BgClassName
{
background-color: #8FB7C4;
}
</style>
border-color css
<style>
span { border-color: #8FB7C4; }
span { border-color: rgb(143,183,196); }
td.TdClassName
{
border-color: #8FB7C4;
}
.TagClassName
{
border-color: #8FB7C4;
}
</style>