#9DA8BA

Color #9DA8BA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9DA8BA

Tints of Rock Blue #9DA8BA

Color information

#9DA8BA (or 0x9DA8BA) is unknown color: approx Rock Blue. HEX triplet: 9D, A8 and BA. RGB value is (157,168,186). Sum of RGB (Red+Green+Blue) = 157+168+186=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8BA is #625745. Grayscale: #A6A6A6. Windows color (decimal): -6444870 or 12232861. OLE color: 12232861.

HSL color Cylindrical-coordinate representation of color #9DA8BA: hue angle of 217.24º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DA8BA is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157168186-
CMYK0.160.1000.27
HSL217.24º17.37%67.25%-
HSV(B)217.24º15.59%72.94%-
XYZ36.7738.7251.99-
YUV166.76138.86121.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=30.72%
G=32.88%
B=36.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571681860.160.1000.27217.2417.3767.25
Hex9DA8BA10A01Bd91143
Octal235250272201203333121103
Binary10011101101010001011101010000101001101111011001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA8BA; }

 p { color: rgb(157,168,186); }

 H1.HeaderClassName
 {
   color: #9DA8BA;
 }
 .AnyTagClassName
 {
   color: #9DA8BA;
 }
</style>
background-color css

<style>
 a { background-color: #9DA8BA; }

 a { background-color: rgb(157,168,186); }

 div.DivClassName
 {
   background-color: #9DA8BA;
 }
 .BgClassName
 {
   background-color: #9DA8BA;
 }
</style>
border-color css

<style>
 span { border-color: #9DA8BA; }

 span { border-color: rgb(157,168,186); }

 td.TdClassName
 {
   border-color: #9DA8BA;
 }
 .TagClassName
 {
   border-color: #9DA8BA;
 }
</style>