Shades of Skeptic #98BDA8
Tints of Skeptic #98BDA8
RGB
CMYK
RGB Variations
Color information
#98BDA8 (or 0x98BDA8) is known color: Skeptic. HEX triplet: 98, BD and A8. RGB value is (152,189,168). Sum of RGB (Red+Green+Blue) = 152+189+168=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #98BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BDA8 is #674257. Grayscale: #AFAFAF. Windows color (decimal): -6767192 or 11058584. OLE color: 11058584.
HSL color Cylindrical-coordinate representation of color #98BDA8: hue angle of 145.95º 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 #98BDA8 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 168 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.26 |
| HSL | 145.95º | 0.22% | 0.67% | - |
| HSV(B) | 145.95º | 0.2% | 0.74% | - |
| XYZ | 38.21 | 45.9 | 43.89 | - |
| YUV | 175.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 168 | 0.20 | 0 | 0.11 | 0.26 | 145.95 | 0.22 | 0.67 |
| Hex | 98 | BD | A8 | 14 | 0 | B | 1A | 92 | 16 | 43 |
| Octal | 230 | 275 | 250 | 24 | 0 | 13 | 32 | 222 | 26 | 103 |
| Binary | 10011000 | 10111101 | 10101000 | 10100 | 0 | 1011 | 11010 | 10010010 | 10110 | 1000011 |
Color Harmonies of #98BDA8
Complementary color
Monochromatic Colors of #98BDA8
Black with #98BDA8
Text Example
Text Example
White with #98BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BDA8; }
p { color: rgb(152,189,168); }
H1.HeaderClassName
{
color: #98BDA8;
}
.AnyTagClassName
{
color: #98BDA8;
}
</style>
background-color css
<style>
a { background-color: #98BDA8; }
a { background-color: rgb(152,189,168); }
div.DivClassName
{
background-color: #98BDA8;
}
.BgClassName
{
background-color: #98BDA8;
}
</style>
border-color css
<style>
span { border-color: #98BDA8; }
span { border-color: rgb(152,189,168); }
td.TdClassName
{
border-color: #98BDA8;
}
.TagClassName
{
border-color: #98BDA8;
}
</style>