#9DA8BE

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

Shades of Rock Blue #9DA8BE

Tints of Rock Blue #9DA8BE

Color information

#9DA8BE (or 0x9DA8BE) is unknown color: approx Rock Blue. HEX triplet: 9D, A8 and BE. RGB value is (157,168,190). Sum of RGB (Red+Green+Blue) = 157+168+190=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8BE is #625741. Grayscale: #A7A7A7. Windows color (decimal): -6444866 or 12495005. OLE color: 12495005.

HSL color Cylindrical-coordinate representation of color #9DA8BE: hue angle of 220º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DA8BE is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157168190-
CMYK0.170.1200.25
HSL220º20.25%68.04%-
HSV(B)220º17.37%74.51%-
XYZ37.238.8954.26-
YUV167.22140.86120.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=30.49%
G=32.62%
B=36.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571681900.170.1200.2522020.2568.04
Hex9DA8BE11C019dc1444
Octal235250276211403133424104
Binary10011101101010001011111010001110001100111011100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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