Shades of Casper #9ABEC1
Tints of Casper #9ABEC1
RGB
CMYK
RGB Variations
Color information
#9ABEC1 (or 0x9ABEC1) is known color: Casper. HEX triplet: 9A, BE and C1. RGB value is (154,190,193). Sum of RGB (Red+Green+Blue) = 154+190+193=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #9ABEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEC1 is #65413E. Grayscale: #B3B3B3. Windows color (decimal): -6635839 or 12697242. OLE color: 12697242.
HSL color Cylindrical-coordinate representation of color #9ABEC1: hue angle of 184.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9ABEC1 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 190 | 193 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.24 |
| HSL | 184.62º | 0.24% | 0.68% | - |
| HSV(B) | 184.62º | 0.2% | 0.76% | - |
| XYZ | 41.37 | 47.55 | 57.45 | - |
| YUV | 179.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 193 | 0.20 | 0.02 | 0 | 0.24 | 184.62 | 0.24 | 0.68 |
| Hex | 9A | BE | C1 | 14 | 2 | 0 | 18 | B9 | 18 | 44 |
| Octal | 232 | 276 | 301 | 24 | 2 | 0 | 30 | 271 | 30 | 104 |
| Binary | 10011010 | 10111110 | 11000001 | 10100 | 10 | 0 | 11000 | 10111001 | 11000 | 1000100 |
Color Harmonies of #9ABEC1
Complementary color
Monochromatic Colors of #9ABEC1
Black with #9ABEC1
Text Example
Text Example
White with #9ABEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEC1; }
p { color: rgb(154,190,193); }
H1.HeaderClassName
{
color: #9ABEC1;
}
.AnyTagClassName
{
color: #9ABEC1;
}
</style>
background-color css
<style>
a { background-color: #9ABEC1; }
a { background-color: rgb(154,190,193); }
div.DivClassName
{
background-color: #9ABEC1;
}
.BgClassName
{
background-color: #9ABEC1;
}
</style>
border-color css
<style>
span { border-color: #9ABEC1; }
span { border-color: rgb(154,190,193); }
td.TdClassName
{
border-color: #9ABEC1;
}
.TagClassName
{
border-color: #9ABEC1;
}
</style>