Shades of Skeptic #95BFA9
Tints of Skeptic #95BFA9
RGB
CMYK
RGB Variations
Color information
#95BFA9 (or 0x95BFA9) is known color: Skeptic. HEX triplet: 95, BF and A9. RGB value is (149,191,169). Sum of RGB (Red+Green+Blue) = 149+191+169=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BFA9 is #6A4056. Grayscale: #AFAFAF. Windows color (decimal): -6963287 or 11124629. OLE color: 11124629.
HSL color Cylindrical-coordinate representation of color #95BFA9: hue angle of 148.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BFA9 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 191 | 169 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.25 |
| HSL | 148.57º | 0.25% | 0.67% | - |
| HSV(B) | 148.57º | 0.22% | 0.75% | - |
| XYZ | 38.19 | 46.52 | 44.5 | - |
| YUV | 175.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 169 | 0.22 | 0 | 0.12 | 0.25 | 148.57 | 0.25 | 0.67 |
| Hex | 95 | BF | A9 | 16 | 0 | C | 19 | 95 | 19 | 43 |
| Octal | 225 | 277 | 251 | 26 | 0 | 14 | 31 | 225 | 31 | 103 |
| Binary | 10010101 | 10111111 | 10101001 | 10110 | 0 | 1100 | 11001 | 10010101 | 11001 | 1000011 |
Color Harmonies of #95BFA9
Complementary color
Monochromatic Colors of #95BFA9
Black with #95BFA9
Text Example
Text Example
White with #95BFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BFA9; }
p { color: rgb(149,191,169); }
H1.HeaderClassName
{
color: #95BFA9;
}
.AnyTagClassName
{
color: #95BFA9;
}
</style>
background-color css
<style>
a { background-color: #95BFA9; }
a { background-color: rgb(149,191,169); }
div.DivClassName
{
background-color: #95BFA9;
}
.BgClassName
{
background-color: #95BFA9;
}
</style>
border-color css
<style>
span { border-color: #95BFA9; }
span { border-color: rgb(149,191,169); }
td.TdClassName
{
border-color: #95BFA9;
}
.TagClassName
{
border-color: #95BFA9;
}
</style>