Shades of Botticelli #8FB6C4
Tints of Botticelli #8FB6C4
RGB
CMYK
RGB Variations
Color information
#8FB6C4 (or 0x8FB6C4) is known color: Botticelli. HEX triplet: 8F, B6 and C4. RGB value is (143,182,196). Sum of RGB (Red+Green+Blue) = 143+182+196=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FB6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB6C4 is #70493B. Grayscale: #ABABAB. Windows color (decimal): -7358780 or 12891791. OLE color: 12891791.
HSL color Cylindrical-coordinate representation of color #8FB6C4: hue angle of 195.85º 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 #8FB6C4 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 182 | 196 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.23 |
| HSL | 195.85º | 0.31% | 0.66% | - |
| HSV(B) | 195.85º | 0.27% | 0.77% | - |
| XYZ | 38.02 | 43.28 | 58.57 | - |
| YUV | 171.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 196 | 0.27 | 0.07 | 0 | 0.23 | 195.85 | 0.31 | 0.66 |
| Hex | 8F | B6 | C4 | 1B | 7 | 0 | 17 | C4 | 1F | 42 |
| Octal | 217 | 266 | 304 | 33 | 7 | 0 | 27 | 304 | 37 | 102 |
| Binary | 10001111 | 10110110 | 11000100 | 11011 | 111 | 0 | 10111 | 11000100 | 11111 | 1000010 |
Color Harmonies of #8FB6C4
Complementary color
Monochromatic Colors of #8FB6C4
Black with #8FB6C4
Text Example
Text Example
White with #8FB6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB6C4; }
p { color: rgb(143,182,196); }
H1.HeaderClassName
{
color: #8FB6C4;
}
.AnyTagClassName
{
color: #8FB6C4;
}
</style>
background-color css
<style>
a { background-color: #8FB6C4; }
a { background-color: rgb(143,182,196); }
div.DivClassName
{
background-color: #8FB6C4;
}
.BgClassName
{
background-color: #8FB6C4;
}
</style>
border-color css
<style>
span { border-color: #8FB6C4; }
span { border-color: rgb(143,182,196); }
td.TdClassName
{
border-color: #8FB6C4;
}
.TagClassName
{
border-color: #8FB6C4;
}
</style>