Shades of Casper #9AB8BF
Tints of Casper #9AB8BF
RGB
CMYK
RGB Variations
Color information
#9AB8BF (or 0x9AB8BF) is known color: Casper. HEX triplet: 9A, B8 and BF. RGB value is (154,184,191). Sum of RGB (Red+Green+Blue) = 154+184+191=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8BF is #654740. Grayscale: #AFAFAF. Windows color (decimal): -6637377 or 12564634. OLE color: 12564634.
HSL color Cylindrical-coordinate representation of color #9AB8BF: hue angle of 191.35º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AB8BF is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 184 | 191 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.25 |
| HSL | 191.35º | 0.22% | 0.68% | - |
| HSV(B) | 191.35º | 0.19% | 0.75% | - |
| XYZ | 39.87 | 44.91 | 55.86 | - |
| YUV | 175.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 191 | 0.19 | 0.04 | 0 | 0.25 | 191.35 | 0.22 | 0.68 |
| Hex | 9A | B8 | BF | 13 | 4 | 0 | 19 | BF | 16 | 44 |
| Octal | 232 | 270 | 277 | 23 | 4 | 0 | 31 | 277 | 26 | 104 |
| Binary | 10011010 | 10111000 | 10111111 | 10011 | 100 | 0 | 11001 | 10111111 | 10110 | 1000100 |
Color Harmonies of #9AB8BF
Complementary color
Monochromatic Colors of #9AB8BF
Black with #9AB8BF
Text Example
Text Example
White with #9AB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8BF; }
p { color: rgb(154,184,191); }
H1.HeaderClassName
{
color: #9AB8BF;
}
.AnyTagClassName
{
color: #9AB8BF;
}
</style>
background-color css
<style>
a { background-color: #9AB8BF; }
a { background-color: rgb(154,184,191); }
div.DivClassName
{
background-color: #9AB8BF;
}
.BgClassName
{
background-color: #9AB8BF;
}
</style>
border-color css
<style>
span { border-color: #9AB8BF; }
span { border-color: rgb(154,184,191); }
td.TdClassName
{
border-color: #9AB8BF;
}
.TagClassName
{
border-color: #9AB8BF;
}
</style>