Shades of Rock Blue #9EADC0
Tints of Rock Blue #9EADC0
RGB
CMYK
RGB Variations
Color information
#9EADC0 (or 0x9EADC0) is known color: Rock Blue. HEX triplet: 9E, AD and C0. RGB value is (158,173,192). Sum of RGB (Red+Green+Blue) = 158+173+192=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #9EADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADC0 is #61523F. Grayscale: #AAAAAA. Windows color (decimal): -6378048 or 12627358. OLE color: 12627358.
HSL color Cylindrical-coordinate representation of color #9EADC0: hue angle of 213.53º 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 #9EADC0 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 158 | 173 | 192 | - |
CMYK | 0.18 | 0.10 | 0 | 0.25 |
HSL | 213.53º | 0.21% | 0.69% | - |
HSV(B) | 213.53º | 0.18% | 0.75% | - |
XYZ | 38.56 | 40.96 | 55.74 | - |
YUV | 170.68 | 140.03 | 118.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 173 | 192 | 0.18 | 0.10 | 0 | 0.25 | 213.53 | 0.21 | 0.69 |
Hex | 9E | AD | C0 | 12 | A | 0 | 19 | D6 | 15 | 45 |
Octal | 236 | 255 | 300 | 22 | 12 | 0 | 31 | 326 | 25 | 105 |
Binary | 10011110 | 10101101 | 11000000 | 10010 | 1010 | 0 | 11001 | 11010110 | 10101 | 1000101 |
Color Harmonies of #9EADC0
Complementary color
Monochromatic Colors of #9EADC0
Black with #9EADC0
Text Example
Text Example
White with #9EADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EADC0; }
p { color: rgb(158,173,192); }
H1.HeaderClassName
{
color: #9EADC0;
}
.AnyTagClassName
{
color: #9EADC0;
}
</style>
background-color css
<style>
a { background-color: #9EADC0; }
a { background-color: rgb(158,173,192); }
div.DivClassName
{
background-color: #9EADC0;
}
.BgClassName
{
background-color: #9EADC0;
}
</style>
border-color css
<style>
span { border-color: #9EADC0; }
span { border-color: rgb(158,173,192); }
td.TdClassName
{
border-color: #9EADC0;
}
.TagClassName
{
border-color: #9EADC0;
}
</style>