Shades of Casper #9AB7C0
Tints of Casper #9AB7C0
RGB
CMYK
RGB Variations
Color information
#9AB7C0 (or 0x9AB7C0) is known color: Casper. HEX triplet: 9A, B7 and C0. RGB value is (154,183,192). Sum of RGB (Red+Green+Blue) = 154+183+192=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #9AB7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB7C0 is #65483F. Grayscale: #AFAFAF. Windows color (decimal): -6637632 or 12629914. OLE color: 12629914.
HSL color Cylindrical-coordinate representation of color #9AB7C0: hue angle of 194.21º 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 #9AB7C0 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 183 | 192 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.25 |
| HSL | 194.21º | 0.23% | 0.68% | - |
| HSV(B) | 194.21º | 0.2% | 0.75% | - |
| XYZ | 39.77 | 44.54 | 56.37 | - |
| YUV | 175.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 192 | 0.20 | 0.05 | 0 | 0.25 | 194.21 | 0.23 | 0.68 |
| Hex | 9A | B7 | C0 | 14 | 5 | 0 | 19 | C2 | 17 | 44 |
| Octal | 232 | 267 | 300 | 24 | 5 | 0 | 31 | 302 | 27 | 104 |
| Binary | 10011010 | 10110111 | 11000000 | 10100 | 101 | 0 | 11001 | 11000010 | 10111 | 1000100 |
Color Harmonies of #9AB7C0
Complementary color
Monochromatic Colors of #9AB7C0
Black with #9AB7C0
Text Example
Text Example
White with #9AB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB7C0; }
p { color: rgb(154,183,192); }
H1.HeaderClassName
{
color: #9AB7C0;
}
.AnyTagClassName
{
color: #9AB7C0;
}
</style>
background-color css
<style>
a { background-color: #9AB7C0; }
a { background-color: rgb(154,183,192); }
div.DivClassName
{
background-color: #9AB7C0;
}
.BgClassName
{
background-color: #9AB7C0;
}
</style>
border-color css
<style>
span { border-color: #9AB7C0; }
span { border-color: rgb(154,183,192); }
td.TdClassName
{
border-color: #9AB7C0;
}
.TagClassName
{
border-color: #9AB7C0;
}
</style>