Shades of Skeptic #91BDA8
Tints of Skeptic #91BDA8
RGB
CMYK
RGB Variations
Color information
#91BDA8 (or 0x91BDA8) is known color: Skeptic. HEX triplet: 91, BD and A8. RGB value is (145,189,168). Sum of RGB (Red+Green+Blue) = 145+189+168=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #91BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BDA8 is #6E4257. Grayscale: #ADADAD. Windows color (decimal): -7225944 or 11058577. OLE color: 11058577.
HSL color Cylindrical-coordinate representation of color #91BDA8: hue angle of 151.36º degrees, saturation: 0.25, 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 #91BDA8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 168 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.26 |
| HSL | 151.36º | 0.25% | 0.65% | - |
| HSV(B) | 151.36º | 0.23% | 0.74% | - |
| XYZ | 36.94 | 45.24 | 43.83 | - |
| YUV | 173.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 168 | 0.23 | 0 | 0.11 | 0.26 | 151.36 | 0.25 | 0.65 |
| Hex | 91 | BD | A8 | 17 | 0 | B | 1A | 97 | 19 | 41 |
| Octal | 221 | 275 | 250 | 27 | 0 | 13 | 32 | 227 | 31 | 101 |
| Binary | 10010001 | 10111101 | 10101000 | 10111 | 0 | 1011 | 11010 | 10010111 | 11001 | 1000001 |
Color Harmonies of #91BDA8
Complementary color
Monochromatic Colors of #91BDA8
Black with #91BDA8
Text Example
Text Example
White with #91BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BDA8; }
p { color: rgb(145,189,168); }
H1.HeaderClassName
{
color: #91BDA8;
}
.AnyTagClassName
{
color: #91BDA8;
}
</style>
background-color css
<style>
a { background-color: #91BDA8; }
a { background-color: rgb(145,189,168); }
div.DivClassName
{
background-color: #91BDA8;
}
.BgClassName
{
background-color: #91BDA8;
}
</style>
border-color css
<style>
span { border-color: #91BDA8; }
span { border-color: rgb(145,189,168); }
td.TdClassName
{
border-color: #91BDA8;
}
.TagClassName
{
border-color: #91BDA8;
}
</style>