Shades of Botticelli #8FBCC3
Tints of Botticelli #8FBCC3
RGB
CMYK
RGB Variations
Color information
#8FBCC3 (or 0x8FBCC3) is known color: Botticelli. HEX triplet: 8F, BC and C3. RGB value is (143,188,195). Sum of RGB (Red+Green+Blue) = 143+188+195=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FBCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCC3 is #70433C. Grayscale: #AFAFAF. Windows color (decimal): -7357245 or 12827791. OLE color: 12827791.
HSL color Cylindrical-coordinate representation of color #8FBCC3: hue angle of 188.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FBCC3 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 188 | 195 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.24 |
| HSL | 188.08º | 0.3% | 0.66% | - |
| HSV(B) | 188.08º | 0.27% | 0.76% | - |
| XYZ | 39.16 | 45.75 | 58.4 | - |
| YUV | 175.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 195 | 0.27 | 0.04 | 0 | 0.24 | 188.08 | 0.3 | 0.66 |
| Hex | 8F | BC | C3 | 1B | 4 | 0 | 18 | BC | 1E | 42 |
| Octal | 217 | 274 | 303 | 33 | 4 | 0 | 30 | 274 | 36 | 102 |
| Binary | 10001111 | 10111100 | 11000011 | 11011 | 100 | 0 | 11000 | 10111100 | 11110 | 1000010 |
Color Harmonies of #8FBCC3
Complementary color
Monochromatic Colors of #8FBCC3
Black with #8FBCC3
Text Example
Text Example
White with #8FBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCC3; }
p { color: rgb(143,188,195); }
H1.HeaderClassName
{
color: #8FBCC3;
}
.AnyTagClassName
{
color: #8FBCC3;
}
</style>
background-color css
<style>
a { background-color: #8FBCC3; }
a { background-color: rgb(143,188,195); }
div.DivClassName
{
background-color: #8FBCC3;
}
.BgClassName
{
background-color: #8FBCC3;
}
</style>
border-color css
<style>
span { border-color: #8FBCC3; }
span { border-color: rgb(143,188,195); }
td.TdClassName
{
border-color: #8FBCC3;
}
.TagClassName
{
border-color: #8FBCC3;
}
</style>