Shades of Casper #9ABEC3
Tints of Casper #9ABEC3
RGB
CMYK
RGB Variations
Color information
#9ABEC3 (or 0x9ABEC3) is known color: Casper. HEX triplet: 9A, BE and C3. RGB value is (154,190,195). Sum of RGB (Red+Green+Blue) = 154+190+195=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 195 - color contains mainly: blue. Hex color #9ABEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEC3 is #65413C. Grayscale: #B3B3B3. Windows color (decimal): -6635837 or 12828314. OLE color: 12828314.
HSL color Cylindrical-coordinate representation of color #9ABEC3: hue angle of 187.32º 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 #9ABEC3 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 190 | 195 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.24 |
| HSL | 187.32º | 0.25% | 0.68% | - |
| HSV(B) | 187.32º | 0.21% | 0.76% | - |
| XYZ | 41.59 | 47.64 | 58.63 | - |
| YUV | 179.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 195 | 0.21 | 0.03 | 0 | 0.24 | 187.32 | 0.25 | 0.68 |
| Hex | 9A | BE | C3 | 15 | 3 | 0 | 18 | BB | 19 | 44 |
| Octal | 232 | 276 | 303 | 25 | 3 | 0 | 30 | 273 | 31 | 104 |
| Binary | 10011010 | 10111110 | 11000011 | 10101 | 11 | 0 | 11000 | 10111011 | 11001 | 1000100 |
Color Harmonies of #9ABEC3
Complementary color
Monochromatic Colors of #9ABEC3
Black with #9ABEC3
Text Example
Text Example
White with #9ABEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEC3; }
p { color: rgb(154,190,195); }
H1.HeaderClassName
{
color: #9ABEC3;
}
.AnyTagClassName
{
color: #9ABEC3;
}
</style>
background-color css
<style>
a { background-color: #9ABEC3; }
a { background-color: rgb(154,190,195); }
div.DivClassName
{
background-color: #9ABEC3;
}
.BgClassName
{
background-color: #9ABEC3;
}
</style>
border-color css
<style>
span { border-color: #9ABEC3; }
span { border-color: rgb(154,190,195); }
td.TdClassName
{
border-color: #9ABEC3;
}
.TagClassName
{
border-color: #9ABEC3;
}
</style>