Shades of Casper #9ABEC5
Tints of Casper #9ABEC5
RGB
CMYK
RGB Variations
Color information
#9ABEC5 (or 0x9ABEC5) is known color: Casper. HEX triplet: 9A, BE and C5. RGB value is (154,190,197). Sum of RGB (Red+Green+Blue) = 154+190+197=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #9ABEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEC5 is #65413A. Grayscale: #B3B3B3. Windows color (decimal): -6635835 or 12959386. OLE color: 12959386.
HSL color Cylindrical-coordinate representation of color #9ABEC5: hue angle of 189.77º 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 #9ABEC5 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 190 | 197 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.23 |
| HSL | 189.77º | 0.27% | 0.69% | - |
| HSV(B) | 189.77º | 0.22% | 0.77% | - |
| XYZ | 41.82 | 47.73 | 59.83 | - |
| YUV | 180.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 197 | 0.22 | 0.04 | 0 | 0.23 | 189.77 | 0.27 | 0.69 |
| Hex | 9A | BE | C5 | 16 | 4 | 0 | 17 | BE | 1B | 45 |
| Octal | 232 | 276 | 305 | 26 | 4 | 0 | 27 | 276 | 33 | 105 |
| Binary | 10011010 | 10111110 | 11000101 | 10110 | 100 | 0 | 10111 | 10111110 | 11011 | 1000101 |
Color Harmonies of #9ABEC5
Complementary color
Monochromatic Colors of #9ABEC5
Black with #9ABEC5
Text Example
Text Example
White with #9ABEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEC5; }
p { color: rgb(154,190,197); }
H1.HeaderClassName
{
color: #9ABEC5;
}
.AnyTagClassName
{
color: #9ABEC5;
}
</style>
background-color css
<style>
a { background-color: #9ABEC5; }
a { background-color: rgb(154,190,197); }
div.DivClassName
{
background-color: #9ABEC5;
}
.BgClassName
{
background-color: #9ABEC5;
}
</style>
border-color css
<style>
span { border-color: #9ABEC5; }
span { border-color: rgb(154,190,197); }
td.TdClassName
{
border-color: #9ABEC5;
}
.TagClassName
{
border-color: #9ABEC5;
}
</style>