Shades of Rock Blue #9EACC1
Tints of Rock Blue #9EACC1
RGB
CMYK
RGB Variations
Color information
#9EACC1 (or 0x9EACC1) is known color: Rock Blue. HEX triplet: 9E, AC and C1. RGB value is (158,172,193). Sum of RGB (Red+Green+Blue) = 158+172+193=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #9EACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACC1 is #61533E. Grayscale: #AAAAAA. Windows color (decimal): -6378303 or 12692638. OLE color: 12692638.
HSL color Cylindrical-coordinate representation of color #9EACC1: hue angle of 216º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EACC1 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 172 | 193 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.24 |
| HSL | 216º | 0.22% | 0.69% | - |
| HSV(B) | 216º | 0.18% | 0.76% | - |
| XYZ | 38.48 | 40.62 | 56.27 | - |
| YUV | 170.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 193 | 0.18 | 0.11 | 0 | 0.24 | 216 | 0.22 | 0.69 |
| Hex | 9E | AC | C1 | 12 | B | 0 | 18 | D8 | 16 | 45 |
| Octal | 236 | 254 | 301 | 22 | 13 | 0 | 30 | 330 | 26 | 105 |
| Binary | 10011110 | 10101100 | 11000001 | 10010 | 1011 | 0 | 11000 | 11011000 | 10110 | 1000101 |
Color Harmonies of #9EACC1
Complementary color
Monochromatic Colors of #9EACC1
Black with #9EACC1
Text Example
Text Example
White with #9EACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACC1; }
p { color: rgb(158,172,193); }
H1.HeaderClassName
{
color: #9EACC1;
}
.AnyTagClassName
{
color: #9EACC1;
}
</style>
background-color css
<style>
a { background-color: #9EACC1; }
a { background-color: rgb(158,172,193); }
div.DivClassName
{
background-color: #9EACC1;
}
.BgClassName
{
background-color: #9EACC1;
}
</style>
border-color css
<style>
span { border-color: #9EACC1; }
span { border-color: rgb(158,172,193); }
td.TdClassName
{
border-color: #9EACC1;
}
.TagClassName
{
border-color: #9EACC1;
}
</style>