Shades of Botticelli #92B5B8
Tints of Botticelli #92B5B8
RGB
CMYK
RGB Variations
Color information
#92B5B8 (or 0x92B5B8) is known color: Botticelli. HEX triplet: 92, B5 and B8. RGB value is (146,181,184). Sum of RGB (Red+Green+Blue) = 146+181+184=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 184 - color contains mainly: blue. Hex color #92B5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B5B8 is #6D4A47. Grayscale: #AAAAAA. Windows color (decimal): -7162440 or 12105106. OLE color: 12105106.
HSL color Cylindrical-coordinate representation of color #92B5B8: hue angle of 184.74º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92B5B8 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 181 | 184 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.28 |
| HSL | 184.74º | 0.21% | 0.65% | - |
| HSV(B) | 184.74º | 0.21% | 0.72% | - |
| XYZ | 37.03 | 42.62 | 51.62 | - |
| YUV | 170.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 184 | 0.21 | 0.02 | 0 | 0.28 | 184.74 | 0.21 | 0.65 |
| Hex | 92 | B5 | B8 | 15 | 2 | 0 | 1C | B9 | 15 | 41 |
| Octal | 222 | 265 | 270 | 25 | 2 | 0 | 34 | 271 | 25 | 101 |
| Binary | 10010010 | 10110101 | 10111000 | 10101 | 10 | 0 | 11100 | 10111001 | 10101 | 1000001 |
Color Harmonies of #92B5B8
Complementary color
Monochromatic Colors of #92B5B8
Black with #92B5B8
Text Example
Text Example
White with #92B5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B5B8; }
p { color: rgb(146,181,184); }
H1.HeaderClassName
{
color: #92B5B8;
}
.AnyTagClassName
{
color: #92B5B8;
}
</style>
background-color css
<style>
a { background-color: #92B5B8; }
a { background-color: rgb(146,181,184); }
div.DivClassName
{
background-color: #92B5B8;
}
.BgClassName
{
background-color: #92B5B8;
}
</style>
border-color css
<style>
span { border-color: #92B5B8; }
span { border-color: rgb(146,181,184); }
td.TdClassName
{
border-color: #92B5B8;
}
.TagClassName
{
border-color: #92B5B8;
}
</style>