Shades of Rock Blue #9DABC2
Tints of Rock Blue #9DABC2
RGB
CMYK
RGB Variations
Color information
#9DABC2 (or 0x9DABC2) is known color: Rock Blue. HEX triplet: 9D, AB and C2. RGB value is (157,171,194). Sum of RGB (Red+Green+Blue) = 157+171+194=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #9DABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABC2 is #62543D. Grayscale: #A9A9A9. Windows color (decimal): -6444094 or 12757917. OLE color: 12757917.
HSL color Cylindrical-coordinate representation of color #9DABC2: hue angle of 217.3º degrees, saturation: 0.23, 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 #9DABC2 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 171 | 194 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.24 |
| HSL | 217.3º | 0.23% | 0.69% | - |
| HSV(B) | 217.3º | 0.19% | 0.76% | - |
| XYZ | 38.21 | 40.19 | 56.78 | - |
| YUV | 169.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 194 | 0.19 | 0.12 | 0 | 0.24 | 217.3 | 0.23 | 0.69 |
| Hex | 9D | AB | C2 | 13 | C | 0 | 18 | D9 | 17 | 45 |
| Octal | 235 | 253 | 302 | 23 | 14 | 0 | 30 | 331 | 27 | 105 |
| Binary | 10011101 | 10101011 | 11000010 | 10011 | 1100 | 0 | 11000 | 11011001 | 10111 | 1000101 |
Color Harmonies of #9DABC2
Complementary color
Monochromatic Colors of #9DABC2
Black with #9DABC2
Text Example
Text Example
White with #9DABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DABC2; }
p { color: rgb(157,171,194); }
H1.HeaderClassName
{
color: #9DABC2;
}
.AnyTagClassName
{
color: #9DABC2;
}
</style>
background-color css
<style>
a { background-color: #9DABC2; }
a { background-color: rgb(157,171,194); }
div.DivClassName
{
background-color: #9DABC2;
}
.BgClassName
{
background-color: #9DABC2;
}
</style>
border-color css
<style>
span { border-color: #9DABC2; }
span { border-color: rgb(157,171,194); }
td.TdClassName
{
border-color: #9DABC2;
}
.TagClassName
{
border-color: #9DABC2;
}
</style>