Shades of Rock Blue #9EADC1
Tints of Rock Blue #9EADC1
RGB
CMYK
RGB Variations
Color information
#9EADC1 (or 0x9EADC1) is known color: Rock Blue. HEX triplet: 9E, AD and C1. RGB value is (158,173,193). Sum of RGB (Red+Green+Blue) = 158+173+193=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #9EADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADC1 is #61523E. Grayscale: #AAAAAA. Windows color (decimal): -6378047 or 12692894. OLE color: 12692894.
HSL color Cylindrical-coordinate representation of color #9EADC1: hue angle of 214.29º 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 #9EADC1 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 173 | 193 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.24 |
| HSL | 214.29º | 0.22% | 0.69% | - |
| HSV(B) | 214.29º | 0.18% | 0.76% | - |
| XYZ | 38.67 | 41.01 | 56.33 | - |
| YUV | 170.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 193 | 0.18 | 0.10 | 0 | 0.24 | 214.29 | 0.22 | 0.69 |
| Hex | 9E | AD | C1 | 12 | A | 0 | 18 | D6 | 16 | 45 |
| Octal | 236 | 255 | 301 | 22 | 12 | 0 | 30 | 326 | 26 | 105 |
| Binary | 10011110 | 10101101 | 11000001 | 10010 | 1010 | 0 | 11000 | 11010110 | 10110 | 1000101 |
Color Harmonies of #9EADC1
Complementary color
Monochromatic Colors of #9EADC1
Black with #9EADC1
Text Example
Text Example
White with #9EADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EADC1; }
p { color: rgb(158,173,193); }
H1.HeaderClassName
{
color: #9EADC1;
}
.AnyTagClassName
{
color: #9EADC1;
}
</style>
background-color css
<style>
a { background-color: #9EADC1; }
a { background-color: rgb(158,173,193); }
div.DivClassName
{
background-color: #9EADC1;
}
.BgClassName
{
background-color: #9EADC1;
}
</style>
border-color css
<style>
span { border-color: #9EADC1; }
span { border-color: rgb(158,173,193); }
td.TdClassName
{
border-color: #9EADC1;
}
.TagClassName
{
border-color: #9EADC1;
}
</style>