Shades of Casper #9AB8C3
Tints of Casper #9AB8C3
RGB
CMYK
RGB Variations
Color information
#9AB8C3 (or 0x9AB8C3) is known color: Casper. HEX triplet: 9A, B8 and C3. RGB value is (154,184,195). Sum of RGB (Red+Green+Blue) = 154+184+195=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 195 - color contains mainly: blue. Hex color #9AB8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8C3 is #65473C. Grayscale: #B0B0B0. Windows color (decimal): -6637373 or 12826778. OLE color: 12826778.
HSL color Cylindrical-coordinate representation of color #9AB8C3: hue angle of 196.1º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AB8C3 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 184 | 195 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.24 |
| HSL | 196.1º | 0.25% | 0.68% | - |
| HSV(B) | 196.1º | 0.21% | 0.76% | - |
| XYZ | 40.32 | 45.09 | 58.21 | - |
| YUV | 176.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 195 | 0.21 | 0.06 | 0 | 0.24 | 196.1 | 0.25 | 0.68 |
| Hex | 9A | B8 | C3 | 15 | 6 | 0 | 18 | C4 | 19 | 44 |
| Octal | 232 | 270 | 303 | 25 | 6 | 0 | 30 | 304 | 31 | 104 |
| Binary | 10011010 | 10111000 | 11000011 | 10101 | 110 | 0 | 11000 | 11000100 | 11001 | 1000100 |
Color Harmonies of #9AB8C3
Complementary color
Monochromatic Colors of #9AB8C3
Black with #9AB8C3
Text Example
Text Example
White with #9AB8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8C3; }
p { color: rgb(154,184,195); }
H1.HeaderClassName
{
color: #9AB8C3;
}
.AnyTagClassName
{
color: #9AB8C3;
}
</style>
background-color css
<style>
a { background-color: #9AB8C3; }
a { background-color: rgb(154,184,195); }
div.DivClassName
{
background-color: #9AB8C3;
}
.BgClassName
{
background-color: #9AB8C3;
}
</style>
border-color css
<style>
span { border-color: #9AB8C3; }
span { border-color: rgb(154,184,195); }
td.TdClassName
{
border-color: #9AB8C3;
}
.TagClassName
{
border-color: #9AB8C3;
}
</style>