Shades of Rock Blue #9DADC1
Tints of Rock Blue #9DADC1
RGB
CMYK
RGB Variations
Color information
#9DADC1 (or 0x9DADC1) is known color: Rock Blue. HEX triplet: 9D, AD and C1. RGB value is (157,173,193). Sum of RGB (Red+Green+Blue) = 157+173+193=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 173 (67.97% from 255 or 33.08% 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 #9DADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DADC1 is #62523E. Grayscale: #AAAAAA. Windows color (decimal): -6443583 or 12692893. OLE color: 12692893.
HSL color Cylindrical-coordinate representation of color #9DADC1: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DADC1 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 173 | 193 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.24 |
| HSL | 213.33º | 0.23% | 0.69% | - |
| HSV(B) | 213.33º | 0.19% | 0.76% | - |
| XYZ | 38.47 | 40.91 | 56.32 | - |
| YUV | 170.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 193 | 0.19 | 0.10 | 0 | 0.24 | 213.33 | 0.23 | 0.69 |
| Hex | 9D | AD | C1 | 13 | A | 0 | 18 | D5 | 16 | 45 |
| Octal | 235 | 255 | 301 | 23 | 12 | 0 | 30 | 325 | 26 | 105 |
| Binary | 10011101 | 10101101 | 11000001 | 10011 | 1010 | 0 | 11000 | 11010101 | 10110 | 1000101 |
Color Harmonies of #9DADC1
Complementary color
Monochromatic Colors of #9DADC1
Black with #9DADC1
Text Example
Text Example
White with #9DADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DADC1; }
p { color: rgb(157,173,193); }
H1.HeaderClassName
{
color: #9DADC1;
}
.AnyTagClassName
{
color: #9DADC1;
}
</style>
background-color css
<style>
a { background-color: #9DADC1; }
a { background-color: rgb(157,173,193); }
div.DivClassName
{
background-color: #9DADC1;
}
.BgClassName
{
background-color: #9DADC1;
}
</style>
border-color css
<style>
span { border-color: #9DADC1; }
span { border-color: rgb(157,173,193); }
td.TdClassName
{
border-color: #9DADC1;
}
.TagClassName
{
border-color: #9DADC1;
}
</style>