Shades of Rock Blue #9EAABD
Tints of Rock Blue #9EAABD
RGB
CMYK
RGB Variations
Color information
#9EAABD (or 0x9EAABD) is known color: Rock Blue. HEX triplet: 9E, AA and BD. RGB value is (158,170,189). Sum of RGB (Red+Green+Blue) = 158+170+189=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAABD is #615542. Grayscale: #A8A8A8. Windows color (decimal): -6378819 or 12429982. OLE color: 12429982.
HSL color Cylindrical-coordinate representation of color #9EAABD: hue angle of 216.77º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EAABD is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 170 | 189 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.26 |
| HSL | 216.77º | 0.19% | 0.68% | - |
| HSV(B) | 216.77º | 0.16% | 0.74% | - |
| XYZ | 37.66 | 39.69 | 53.82 | - |
| YUV | 168.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 189 | 0.16 | 0.10 | 0 | 0.26 | 216.77 | 0.19 | 0.68 |
| Hex | 9E | AA | BD | 10 | A | 0 | 1A | D9 | 13 | 44 |
| Octal | 236 | 252 | 275 | 20 | 12 | 0 | 32 | 331 | 23 | 104 |
| Binary | 10011110 | 10101010 | 10111101 | 10000 | 1010 | 0 | 11010 | 11011001 | 10011 | 1000100 |
Color Harmonies of #9EAABD
Complementary color
Monochromatic Colors of #9EAABD
Black with #9EAABD
Text Example
Text Example
White with #9EAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAABD; }
p { color: rgb(158,170,189); }
H1.HeaderClassName
{
color: #9EAABD;
}
.AnyTagClassName
{
color: #9EAABD;
}
</style>
background-color css
<style>
a { background-color: #9EAABD; }
a { background-color: rgb(158,170,189); }
div.DivClassName
{
background-color: #9EAABD;
}
.BgClassName
{
background-color: #9EAABD;
}
</style>
border-color css
<style>
span { border-color: #9EAABD; }
span { border-color: rgb(158,170,189); }
td.TdClassName
{
border-color: #9EAABD;
}
.TagClassName
{
border-color: #9EAABD;
}
</style>