#9DA7BB

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

Shades of Rock Blue #9DA7BB

Tints of Rock Blue #9DA7BB

Color information

#9DA7BB (or 0x9DA7BB) is unknown color: approx Rock Blue. HEX triplet: 9D, A7 and BB. RGB value is (157,167,187). Sum of RGB (Red+Green+Blue) = 157+167+187=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA7BB is #625844. Grayscale: #A6A6A6. Windows color (decimal): -6445125 or 12298141. OLE color: 12298141.

HSL color Cylindrical-coordinate representation of color #9DA7BB: hue angle of 220º degrees, saturation: 0.18, 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 #9DA7BB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157167187-
CMYK0.160.1100.27
HSL220º18.07%67.45%-
HSV(B)220º16.04%73.33%-
XYZ36.6938.3952.49-
YUV166.29139.69121.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=30.72%
G=32.68%
B=36.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571671870.160.1100.2722018.0767.45
Hex9DA7BB10B01Bdc1243
Octal235247273201303333422103
Binary10011101101001111011101110000101101101111011100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,167,187); }

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

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

 a { background-color: rgb(157,167,187); }

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

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

 span { border-color: rgb(157,167,187); }

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