Shades of Casper #9AB9BA
Tints of Casper #9AB9BA
RGB
CMYK
RGB Variations
Color information
#9AB9BA (or 0x9AB9BA) is known color: Casper. HEX triplet: 9A, B9 and BA. RGB value is (154,185,186). Sum of RGB (Red+Green+Blue) = 154+185+186=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9BA is #654645. Grayscale: #AFAFAF. Windows color (decimal): -6637126 or 12237210. OLE color: 12237210.
HSL color Cylindrical-coordinate representation of color #9AB9BA: hue angle of 181.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AB9BA is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 186 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.27 |
| HSL | 181.88º | 0.19% | 0.67% | - |
| HSV(B) | 181.88º | 0.17% | 0.73% | - |
| XYZ | 39.54 | 45.11 | 53.08 | - |
| YUV | 175.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 186 | 0.17 | 0.01 | 0 | 0.27 | 181.88 | 0.19 | 0.67 |
| Hex | 9A | B9 | BA | 11 | 1 | 0 | 1B | B6 | 13 | 43 |
| Octal | 232 | 271 | 272 | 21 | 1 | 0 | 33 | 266 | 23 | 103 |
| Binary | 10011010 | 10111001 | 10111010 | 10001 | 1 | 0 | 11011 | 10110110 | 10011 | 1000011 |
Color Harmonies of #9AB9BA
Complementary color
Monochromatic Colors of #9AB9BA
Black with #9AB9BA
Text Example
Text Example
White with #9AB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9BA; }
p { color: rgb(154,185,186); }
H1.HeaderClassName
{
color: #9AB9BA;
}
.AnyTagClassName
{
color: #9AB9BA;
}
</style>
background-color css
<style>
a { background-color: #9AB9BA; }
a { background-color: rgb(154,185,186); }
div.DivClassName
{
background-color: #9AB9BA;
}
.BgClassName
{
background-color: #9AB9BA;
}
</style>
border-color css
<style>
span { border-color: #9AB9BA; }
span { border-color: rgb(154,185,186); }
td.TdClassName
{
border-color: #9AB9BA;
}
.TagClassName
{
border-color: #9AB9BA;
}
</style>