Shades of Botticelli #8FBEC3
Tints of Botticelli #8FBEC3
RGB
CMYK
RGB Variations
Color information
#8FBEC3 (or 0x8FBEC3) is known color: Botticelli. HEX triplet: 8F, BE and C3. RGB value is (143,190,195). Sum of RGB (Red+Green+Blue) = 143+190+195=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FBEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEC3 is #70413C. Grayscale: #B0B0B0. Windows color (decimal): -7356733 or 12828303. OLE color: 12828303.
HSL color Cylindrical-coordinate representation of color #8FBEC3: hue angle of 185.77º 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 #8FBEC3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 190 | 195 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.24 |
| HSL | 185.77º | 0.3% | 0.66% | - |
| HSV(B) | 185.77º | 0.27% | 0.76% | - |
| XYZ | 39.59 | 46.61 | 58.54 | - |
| YUV | 176.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 195 | 0.27 | 0.03 | 0 | 0.24 | 185.77 | 0.3 | 0.66 |
| Hex | 8F | BE | C3 | 1B | 3 | 0 | 18 | BA | 1E | 42 |
| Octal | 217 | 276 | 303 | 33 | 3 | 0 | 30 | 272 | 36 | 102 |
| Binary | 10001111 | 10111110 | 11000011 | 11011 | 11 | 0 | 11000 | 10111010 | 11110 | 1000010 |
Color Harmonies of #8FBEC3
Complementary color
Monochromatic Colors of #8FBEC3
Black with #8FBEC3
Text Example
Text Example
White with #8FBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEC3; }
p { color: rgb(143,190,195); }
H1.HeaderClassName
{
color: #8FBEC3;
}
.AnyTagClassName
{
color: #8FBEC3;
}
</style>
background-color css
<style>
a { background-color: #8FBEC3; }
a { background-color: rgb(143,190,195); }
div.DivClassName
{
background-color: #8FBEC3;
}
.BgClassName
{
background-color: #8FBEC3;
}
</style>
border-color css
<style>
span { border-color: #8FBEC3; }
span { border-color: rgb(143,190,195); }
td.TdClassName
{
border-color: #8FBEC3;
}
.TagClassName
{
border-color: #8FBEC3;
}
</style>