Shades of Casper #9EBBC2
Tints of Casper #9EBBC2
RGB
CMYK
RGB Variations
Color information
#9EBBC2 (or 0x9EBBC2) is known color: Casper. HEX triplet: 9E, BB and C2. RGB value is (158,187,194). Sum of RGB (Red+Green+Blue) = 158+187+194=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #9EBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBC2 is #61443D. Grayscale: #B3B3B3. Windows color (decimal): -6374462 or 12762014. OLE color: 12762014.
HSL color Cylindrical-coordinate representation of color #9EBBC2: hue angle of 191.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EBBC2 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 187 | 194 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.24 |
| HSL | 191.67º | 0.23% | 0.69% | - |
| HSV(B) | 191.67º | 0.19% | 0.76% | - |
| XYZ | 41.61 | 46.7 | 57.86 | - |
| YUV | 179.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 194 | 0.19 | 0.04 | 0 | 0.24 | 191.67 | 0.23 | 0.69 |
| Hex | 9E | BB | C2 | 13 | 4 | 0 | 18 | C0 | 17 | 45 |
| Octal | 236 | 273 | 302 | 23 | 4 | 0 | 30 | 300 | 27 | 105 |
| Binary | 10011110 | 10111011 | 11000010 | 10011 | 100 | 0 | 11000 | 11000000 | 10111 | 1000101 |
Color Harmonies of #9EBBC2
Complementary color
Monochromatic Colors of #9EBBC2
Black with #9EBBC2
Text Example
Text Example
White with #9EBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBC2; }
p { color: rgb(158,187,194); }
H1.HeaderClassName
{
color: #9EBBC2;
}
.AnyTagClassName
{
color: #9EBBC2;
}
</style>
background-color css
<style>
a { background-color: #9EBBC2; }
a { background-color: rgb(158,187,194); }
div.DivClassName
{
background-color: #9EBBC2;
}
.BgClassName
{
background-color: #9EBBC2;
}
</style>
border-color css
<style>
span { border-color: #9EBBC2; }
span { border-color: rgb(158,187,194); }
td.TdClassName
{
border-color: #9EBBC2;
}
.TagClassName
{
border-color: #9EBBC2;
}
</style>