Shades of Rock Blue #9EACC0
Tints of Rock Blue #9EACC0
RGB
CMYK
RGB Variations
Color information
#9EACC0 (or 0x9EACC0) is known color: Rock Blue. HEX triplet: 9E, AC and C0. RGB value is (158,172,192). Sum of RGB (Red+Green+Blue) = 158+172+192=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #9EACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACC0 is #61533F. Grayscale: #AAAAAA. Windows color (decimal): -6378304 or 12627102. OLE color: 12627102.
HSL color Cylindrical-coordinate representation of color #9EACC0: hue angle of 215.29º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EACC0 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 172 | 192 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.25 |
| HSL | 215.29º | 0.21% | 0.69% | - |
| HSV(B) | 215.29º | 0.18% | 0.75% | - |
| XYZ | 38.37 | 40.58 | 55.68 | - |
| YUV | 170.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 192 | 0.18 | 0.10 | 0 | 0.25 | 215.29 | 0.21 | 0.69 |
| Hex | 9E | AC | C0 | 12 | A | 0 | 19 | D7 | 15 | 45 |
| Octal | 236 | 254 | 300 | 22 | 12 | 0 | 31 | 327 | 25 | 105 |
| Binary | 10011110 | 10101100 | 11000000 | 10010 | 1010 | 0 | 11001 | 11010111 | 10101 | 1000101 |
Color Harmonies of #9EACC0
Complementary color
Monochromatic Colors of #9EACC0
Black with #9EACC0
Text Example
Text Example
White with #9EACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACC0; }
p { color: rgb(158,172,192); }
H1.HeaderClassName
{
color: #9EACC0;
}
.AnyTagClassName
{
color: #9EACC0;
}
</style>
background-color css
<style>
a { background-color: #9EACC0; }
a { background-color: rgb(158,172,192); }
div.DivClassName
{
background-color: #9EACC0;
}
.BgClassName
{
background-color: #9EACC0;
}
</style>
border-color css
<style>
span { border-color: #9EACC0; }
span { border-color: rgb(158,172,192); }
td.TdClassName
{
border-color: #9EACC0;
}
.TagClassName
{
border-color: #9EACC0;
}
</style>