Shades of Casper #9ABFC3
Tints of Casper #9ABFC3
RGB
CMYK
RGB Variations
Color information
#9ABFC3 (or 0x9ABFC3) is known color: Casper. HEX triplet: 9A, BF and C3. RGB value is (154,191,195). Sum of RGB (Red+Green+Blue) = 154+191+195=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 195 - color contains mainly: blue. Hex color #9ABFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFC3 is #65403C. Grayscale: #B4B4B4. Windows color (decimal): -6635581 or 12828570. OLE color: 12828570.
HSL color Cylindrical-coordinate representation of color #9ABFC3: hue angle of 185.85º 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 #9ABFC3 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 191 | 195 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.24 |
| HSL | 185.85º | 0.25% | 0.68% | - |
| HSV(B) | 185.85º | 0.21% | 0.76% | - |
| XYZ | 41.81 | 48.07 | 58.71 | - |
| YUV | 180.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 195 | 0.21 | 0.02 | 0 | 0.24 | 185.85 | 0.25 | 0.68 |
| Hex | 9A | BF | C3 | 15 | 2 | 0 | 18 | BA | 19 | 44 |
| Octal | 232 | 277 | 303 | 25 | 2 | 0 | 30 | 272 | 31 | 104 |
| Binary | 10011010 | 10111111 | 11000011 | 10101 | 10 | 0 | 11000 | 10111010 | 11001 | 1000100 |
Color Harmonies of #9ABFC3
Complementary color
Monochromatic Colors of #9ABFC3
Black with #9ABFC3
Text Example
Text Example
White with #9ABFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABFC3; }
p { color: rgb(154,191,195); }
H1.HeaderClassName
{
color: #9ABFC3;
}
.AnyTagClassName
{
color: #9ABFC3;
}
</style>
background-color css
<style>
a { background-color: #9ABFC3; }
a { background-color: rgb(154,191,195); }
div.DivClassName
{
background-color: #9ABFC3;
}
.BgClassName
{
background-color: #9ABFC3;
}
</style>
border-color css
<style>
span { border-color: #9ABFC3; }
span { border-color: rgb(154,191,195); }
td.TdClassName
{
border-color: #9ABFC3;
}
.TagClassName
{
border-color: #9ABFC3;
}
</style>