Shades of Casper #9ABFC5
Tints of Casper #9ABFC5
RGB
CMYK
RGB Variations
Color information
#9ABFC5 (or 0x9ABFC5) is known color: Casper. HEX triplet: 9A, BF and C5. RGB value is (154,191,197). Sum of RGB (Red+Green+Blue) = 154+191+197=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 197 - color contains mainly: blue. Hex color #9ABFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFC5 is #65403A. Grayscale: #B4B4B4. Windows color (decimal): -6635579 or 12959642. OLE color: 12959642.
HSL color Cylindrical-coordinate representation of color #9ABFC5: hue angle of 188.37º 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 #9ABFC5 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 191 | 197 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.23 |
| HSL | 188.37º | 0.27% | 0.69% | - |
| HSV(B) | 188.37º | 0.22% | 0.77% | - |
| XYZ | 42.04 | 48.16 | 59.9 | - |
| YUV | 180.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 197 | 0.22 | 0.03 | 0 | 0.23 | 188.37 | 0.27 | 0.69 |
| Hex | 9A | BF | C5 | 16 | 3 | 0 | 17 | BC | 1B | 45 |
| Octal | 232 | 277 | 305 | 26 | 3 | 0 | 27 | 274 | 33 | 105 |
| Binary | 10011010 | 10111111 | 11000101 | 10110 | 11 | 0 | 10111 | 10111100 | 11011 | 1000101 |
Color Harmonies of #9ABFC5
Complementary color
Monochromatic Colors of #9ABFC5
Black with #9ABFC5
Text Example
Text Example
White with #9ABFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABFC5; }
p { color: rgb(154,191,197); }
H1.HeaderClassName
{
color: #9ABFC5;
}
.AnyTagClassName
{
color: #9ABFC5;
}
</style>
background-color css
<style>
a { background-color: #9ABFC5; }
a { background-color: rgb(154,191,197); }
div.DivClassName
{
background-color: #9ABFC5;
}
.BgClassName
{
background-color: #9ABFC5;
}
</style>
border-color css
<style>
span { border-color: #9ABFC5; }
span { border-color: rgb(154,191,197); }
td.TdClassName
{
border-color: #9ABFC5;
}
.TagClassName
{
border-color: #9ABFC5;
}
</style>