Shades of Skeptic #95BFA8
Tints of Skeptic #95BFA8
RGB
CMYK
RGB Variations
Color information
#95BFA8 (or 0x95BFA8) is known color: Skeptic. HEX triplet: 95, BF and A8. RGB value is (149,191,168). Sum of RGB (Red+Green+Blue) = 149+191+168=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BFA8 is #6A4057. Grayscale: #AFAFAF. Windows color (decimal): -6963288 or 11059093. OLE color: 11059093.
HSL color Cylindrical-coordinate representation of color #95BFA8: hue angle of 147.14º 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 #95BFA8 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 191 | 168 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.25 |
| HSL | 147.14º | 0.25% | 0.67% | - |
| HSV(B) | 147.14º | 0.22% | 0.75% | - |
| XYZ | 38.09 | 46.48 | 44.01 | - |
| YUV | 175.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 168 | 0.22 | 0 | 0.12 | 0.25 | 147.14 | 0.25 | 0.67 |
| Hex | 95 | BF | A8 | 16 | 0 | C | 19 | 93 | 19 | 43 |
| Octal | 225 | 277 | 250 | 26 | 0 | 14 | 31 | 223 | 31 | 103 |
| Binary | 10010101 | 10111111 | 10101000 | 10110 | 0 | 1100 | 11001 | 10010011 | 11001 | 1000011 |
Color Harmonies of #95BFA8
Complementary color
Monochromatic Colors of #95BFA8
Black with #95BFA8
Text Example
Text Example
White with #95BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BFA8; }
p { color: rgb(149,191,168); }
H1.HeaderClassName
{
color: #95BFA8;
}
.AnyTagClassName
{
color: #95BFA8;
}
</style>
background-color css
<style>
a { background-color: #95BFA8; }
a { background-color: rgb(149,191,168); }
div.DivClassName
{
background-color: #95BFA8;
}
.BgClassName
{
background-color: #95BFA8;
}
</style>
border-color css
<style>
span { border-color: #95BFA8; }
span { border-color: rgb(149,191,168); }
td.TdClassName
{
border-color: #95BFA8;
}
.TagClassName
{
border-color: #95BFA8;
}
</style>