Shades of Rock Blue #9DADC3
Tints of Rock Blue #9DADC3
RGB
CMYK
RGB Variations
Color information
#9DADC3 (or 0x9DADC3) is known color: Rock Blue. HEX triplet: 9D, AD and C3. RGB value is (157,173,195). Sum of RGB (Red+Green+Blue) = 157+173+195=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #9DADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DADC3 is #62523C. Grayscale: #AAAAAA. Windows color (decimal): -6443581 or 12823965. OLE color: 12823965.
HSL color Cylindrical-coordinate representation of color #9DADC3: hue angle of 214.74º degrees, saturation: 0.24, 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 #9DADC3 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 173 | 195 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.24 |
| HSL | 214.74º | 0.24% | 0.69% | - |
| HSV(B) | 214.74º | 0.19% | 0.76% | - |
| XYZ | 38.7 | 41 | 57.5 | - |
| YUV | 170.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 195 | 0.19 | 0.11 | 0 | 0.24 | 214.74 | 0.24 | 0.69 |
| Hex | 9D | AD | C3 | 13 | B | 0 | 18 | D7 | 18 | 45 |
| Octal | 235 | 255 | 303 | 23 | 13 | 0 | 30 | 327 | 30 | 105 |
| Binary | 10011101 | 10101101 | 11000011 | 10011 | 1011 | 0 | 11000 | 11010111 | 11000 | 1000101 |
Color Harmonies of #9DADC3
Complementary color
Monochromatic Colors of #9DADC3
Black with #9DADC3
Text Example
Text Example
White with #9DADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DADC3; }
p { color: rgb(157,173,195); }
H1.HeaderClassName
{
color: #9DADC3;
}
.AnyTagClassName
{
color: #9DADC3;
}
</style>
background-color css
<style>
a { background-color: #9DADC3; }
a { background-color: rgb(157,173,195); }
div.DivClassName
{
background-color: #9DADC3;
}
.BgClassName
{
background-color: #9DADC3;
}
</style>
border-color css
<style>
span { border-color: #9DADC3; }
span { border-color: rgb(157,173,195); }
td.TdClassName
{
border-color: #9DADC3;
}
.TagClassName
{
border-color: #9DADC3;
}
</style>