Shades of Botticelli #94B8BF
Tints of Botticelli #94B8BF
RGB
CMYK
RGB Variations
Color information
#94B8BF (or 0x94B8BF) is known color: Botticelli. HEX triplet: 94, B8 and BF. RGB value is (148,184,191). Sum of RGB (Red+Green+Blue) = 148+184+191=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #94B8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B8BF is #6B4740. Grayscale: #ADADAD. Windows color (decimal): -7030593 or 12564628. OLE color: 12564628.
HSL color Cylindrical-coordinate representation of color #94B8BF: hue angle of 189.77º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94B8BF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 184 | 191 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.25 |
| HSL | 189.77º | 0.25% | 0.66% | - |
| HSV(B) | 189.77º | 0.23% | 0.75% | - |
| XYZ | 38.76 | 44.34 | 55.81 | - |
| YUV | 174.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 191 | 0.23 | 0.04 | 0 | 0.25 | 189.77 | 0.25 | 0.66 |
| Hex | 94 | B8 | BF | 17 | 4 | 0 | 19 | BE | 19 | 42 |
| Octal | 224 | 270 | 277 | 27 | 4 | 0 | 31 | 276 | 31 | 102 |
| Binary | 10010100 | 10111000 | 10111111 | 10111 | 100 | 0 | 11001 | 10111110 | 11001 | 1000010 |
Color Harmonies of #94B8BF
Complementary color
Monochromatic Colors of #94B8BF
Black with #94B8BF
Text Example
Text Example
White with #94B8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B8BF; }
p { color: rgb(148,184,191); }
H1.HeaderClassName
{
color: #94B8BF;
}
.AnyTagClassName
{
color: #94B8BF;
}
</style>
background-color css
<style>
a { background-color: #94B8BF; }
a { background-color: rgb(148,184,191); }
div.DivClassName
{
background-color: #94B8BF;
}
.BgClassName
{
background-color: #94B8BF;
}
</style>
border-color css
<style>
span { border-color: #94B8BF; }
span { border-color: rgb(148,184,191); }
td.TdClassName
{
border-color: #94B8BF;
}
.TagClassName
{
border-color: #94B8BF;
}
</style>