Shades of Rock Blue #9DAAC1
Tints of Rock Blue #9DAAC1
RGB
CMYK
RGB Variations
Color information
#9DAAC1 (or 0x9DAAC1) is known color: Rock Blue. HEX triplet: 9D, AA and C1. RGB value is (157,170,193). Sum of RGB (Red+Green+Blue) = 157+170+193=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #9DAAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAAC1 is #62553E. Grayscale: #A8A8A8. Windows color (decimal): -6444351 or 12692125. OLE color: 12692125.
HSL color Cylindrical-coordinate representation of color #9DAAC1: hue angle of 218.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 #9DAAC1 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 170 | 193 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.24 |
| HSL | 218.33º | 0.23% | 0.69% | - |
| HSV(B) | 218.33º | 0.19% | 0.76% | - |
| XYZ | 37.91 | 39.77 | 56.13 | - |
| YUV | 168.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 193 | 0.19 | 0.12 | 0 | 0.24 | 218.33 | 0.23 | 0.69 |
| Hex | 9D | AA | C1 | 13 | C | 0 | 18 | DA | 16 | 45 |
| Octal | 235 | 252 | 301 | 23 | 14 | 0 | 30 | 332 | 26 | 105 |
| Binary | 10011101 | 10101010 | 11000001 | 10011 | 1100 | 0 | 11000 | 11011010 | 10110 | 1000101 |
Color Harmonies of #9DAAC1
Complementary color
Monochromatic Colors of #9DAAC1
Black with #9DAAC1
Text Example
Text Example
White with #9DAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAAC1; }
p { color: rgb(157,170,193); }
H1.HeaderClassName
{
color: #9DAAC1;
}
.AnyTagClassName
{
color: #9DAAC1;
}
</style>
background-color css
<style>
a { background-color: #9DAAC1; }
a { background-color: rgb(157,170,193); }
div.DivClassName
{
background-color: #9DAAC1;
}
.BgClassName
{
background-color: #9DAAC1;
}
</style>
border-color css
<style>
span { border-color: #9DAAC1; }
span { border-color: rgb(157,170,193); }
td.TdClassName
{
border-color: #9DAAC1;
}
.TagClassName
{
border-color: #9DAAC1;
}
</style>