Shades of Skeptic #97BDA8
Tints of Skeptic #97BDA8
RGB
CMYK
RGB Variations
Color information
#97BDA8 (or 0x97BDA8) is known color: Skeptic. HEX triplet: 97, BD and A8. RGB value is (151,189,168). Sum of RGB (Red+Green+Blue) = 151+189+168=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #97BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BDA8 is #684257. Grayscale: #AFAFAF. Windows color (decimal): -6832728 or 11058583. OLE color: 11058583.
HSL color Cylindrical-coordinate representation of color #97BDA8: hue angle of 146.84º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97BDA8 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 189 | 168 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.26 |
| HSL | 146.84º | 0.22% | 0.67% | - |
| HSV(B) | 146.84º | 0.2% | 0.74% | - |
| XYZ | 38.03 | 45.8 | 43.88 | - |
| YUV | 175.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 189 | 168 | 0.20 | 0 | 0.11 | 0.26 | 146.84 | 0.22 | 0.67 |
| Hex | 97 | BD | A8 | 14 | 0 | B | 1A | 93 | 16 | 43 |
| Octal | 227 | 275 | 250 | 24 | 0 | 13 | 32 | 223 | 26 | 103 |
| Binary | 10010111 | 10111101 | 10101000 | 10100 | 0 | 1011 | 11010 | 10010011 | 10110 | 1000011 |
Color Harmonies of #97BDA8
Complementary color
Monochromatic Colors of #97BDA8
Black with #97BDA8
Text Example
Text Example
White with #97BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BDA8; }
p { color: rgb(151,189,168); }
H1.HeaderClassName
{
color: #97BDA8;
}
.AnyTagClassName
{
color: #97BDA8;
}
</style>
background-color css
<style>
a { background-color: #97BDA8; }
a { background-color: rgb(151,189,168); }
div.DivClassName
{
background-color: #97BDA8;
}
.BgClassName
{
background-color: #97BDA8;
}
</style>
border-color css
<style>
span { border-color: #97BDA8; }
span { border-color: rgb(151,189,168); }
td.TdClassName
{
border-color: #97BDA8;
}
.TagClassName
{
border-color: #97BDA8;
}
</style>