Shades of Casper #9AB9C0
Tints of Casper #9AB9C0
RGB
CMYK
RGB Variations
Color information
#9AB9C0 (or 0x9AB9C0) is known color: Casper. HEX triplet: 9A, B9 and C0. RGB value is (154,185,192). Sum of RGB (Red+Green+Blue) = 154+185+192=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #9AB9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9C0 is #65463F. Grayscale: #B0B0B0. Windows color (decimal): -6637120 or 12630426. OLE color: 12630426.
HSL color Cylindrical-coordinate representation of color #9AB9C0: hue angle of 191.05º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AB9C0 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 185 | 192 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.25 |
| HSL | 191.05º | 0.23% | 0.68% | - |
| HSV(B) | 191.05º | 0.2% | 0.75% | - |
| XYZ | 40.19 | 45.37 | 56.51 | - |
| YUV | 176.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 192 | 0.20 | 0.04 | 0 | 0.25 | 191.05 | 0.23 | 0.68 |
| Hex | 9A | B9 | C0 | 14 | 4 | 0 | 19 | BF | 17 | 44 |
| Octal | 232 | 271 | 300 | 24 | 4 | 0 | 31 | 277 | 27 | 104 |
| Binary | 10011010 | 10111001 | 11000000 | 10100 | 100 | 0 | 11001 | 10111111 | 10111 | 1000100 |
Color Harmonies of #9AB9C0
Complementary color
Monochromatic Colors of #9AB9C0
Black with #9AB9C0
Text Example
Text Example
White with #9AB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9C0; }
p { color: rgb(154,185,192); }
H1.HeaderClassName
{
color: #9AB9C0;
}
.AnyTagClassName
{
color: #9AB9C0;
}
</style>
background-color css
<style>
a { background-color: #9AB9C0; }
a { background-color: rgb(154,185,192); }
div.DivClassName
{
background-color: #9AB9C0;
}
.BgClassName
{
background-color: #9AB9C0;
}
</style>
border-color css
<style>
span { border-color: #9AB9C0; }
span { border-color: rgb(154,185,192); }
td.TdClassName
{
border-color: #9AB9C0;
}
.TagClassName
{
border-color: #9AB9C0;
}
</style>