Shades of Casper #9ABCC5
Tints of Casper #9ABCC5
RGB
CMYK
RGB Variations
Color information
#9ABCC5 (or 0x9ABCC5) is known color: Casper. HEX triplet: 9A, BC and C5. RGB value is (154,188,197). Sum of RGB (Red+Green+Blue) = 154+188+197=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 197 - color contains mainly: blue. Hex color #9ABCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCC5 is #65433A. Grayscale: #B2B2B2. Windows color (decimal): -6636347 or 12958874. OLE color: 12958874.
HSL color Cylindrical-coordinate representation of color #9ABCC5: hue angle of 192.56º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ABCC5 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 188 | 197 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.23 |
| HSL | 192.56º | 0.27% | 0.69% | - |
| HSV(B) | 192.56º | 0.22% | 0.77% | - |
| XYZ | 41.39 | 46.87 | 59.69 | - |
| YUV | 178.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 197 | 0.22 | 0.05 | 0 | 0.23 | 192.56 | 0.27 | 0.69 |
| Hex | 9A | BC | C5 | 16 | 5 | 0 | 17 | C1 | 1B | 45 |
| Octal | 232 | 274 | 305 | 26 | 5 | 0 | 27 | 301 | 33 | 105 |
| Binary | 10011010 | 10111100 | 11000101 | 10110 | 101 | 0 | 10111 | 11000001 | 11011 | 1000101 |
Color Harmonies of #9ABCC5
Complementary color
Monochromatic Colors of #9ABCC5
Black with #9ABCC5
Text Example
Text Example
White with #9ABCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCC5; }
p { color: rgb(154,188,197); }
H1.HeaderClassName
{
color: #9ABCC5;
}
.AnyTagClassName
{
color: #9ABCC5;
}
</style>
background-color css
<style>
a { background-color: #9ABCC5; }
a { background-color: rgb(154,188,197); }
div.DivClassName
{
background-color: #9ABCC5;
}
.BgClassName
{
background-color: #9ABCC5;
}
</style>
border-color css
<style>
span { border-color: #9ABCC5; }
span { border-color: rgb(154,188,197); }
td.TdClassName
{
border-color: #9ABCC5;
}
.TagClassName
{
border-color: #9ABCC5;
}
</style>