Shades of Skeptic #91BCA8
Tints of Skeptic #91BCA8
RGB
CMYK
RGB Variations
Color information
#91BCA8 (or 0x91BCA8) is known color: Skeptic. HEX triplet: 91, BC and A8. RGB value is (145,188,168). Sum of RGB (Red+Green+Blue) = 145+188+168=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #91BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BCA8 is #6E4357. Grayscale: #ACACAC. Windows color (decimal): -7226200 or 11058321. OLE color: 11058321.
HSL color Cylindrical-coordinate representation of color #91BCA8: hue angle of 152.09º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91BCA8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 168 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.26 |
| HSL | 152.09º | 0.24% | 0.65% | - |
| HSV(B) | 152.09º | 0.23% | 0.74% | - |
| XYZ | 36.73 | 44.81 | 43.76 | - |
| YUV | 172.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 168 | 0.23 | 0 | 0.11 | 0.26 | 152.09 | 0.24 | 0.65 |
| Hex | 91 | BC | A8 | 17 | 0 | B | 1A | 98 | 18 | 41 |
| Octal | 221 | 274 | 250 | 27 | 0 | 13 | 32 | 230 | 30 | 101 |
| Binary | 10010001 | 10111100 | 10101000 | 10111 | 0 | 1011 | 11010 | 10011000 | 11000 | 1000001 |
Color Harmonies of #91BCA8
Complementary color
Monochromatic Colors of #91BCA8
Black with #91BCA8
Text Example
Text Example
White with #91BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BCA8; }
p { color: rgb(145,188,168); }
H1.HeaderClassName
{
color: #91BCA8;
}
.AnyTagClassName
{
color: #91BCA8;
}
</style>
background-color css
<style>
a { background-color: #91BCA8; }
a { background-color: rgb(145,188,168); }
div.DivClassName
{
background-color: #91BCA8;
}
.BgClassName
{
background-color: #91BCA8;
}
</style>
border-color css
<style>
span { border-color: #91BCA8; }
span { border-color: rgb(145,188,168); }
td.TdClassName
{
border-color: #91BCA8;
}
.TagClassName
{
border-color: #91BCA8;
}
</style>