Html Css Color HEX #9DA8BD Rock Blue

📋 copy color: '#9DA8BD'

red 157 ◦ green 168 ◦ blue 189

#9DA8BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #9DA8BD

Tints of Rock Blue #9DA8BD

RGB

 RED value IS 157 (61.72% from 255) = 30.54%

 GREEN value IS 168 (66.02% from 255) = 32.68%

 BLUE value IS 189 (74.22% from 255) = 36.77%

R = 30.54%
G = 32.68%
B = 36.77%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9DA8BD (or 0x9DA8BD) is known color: Rock Blue. HEX triplet: 9D, A8 and BD. RGB value is (157,168,189). Sum of RGB (Red+Green+Blue) = 157+168+189=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #9DA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8BD is #625742. Grayscale: #A7A7A7. Windows color (decimal): -6444867 or 12429469. OLE color: 12429469.

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

Color convert

RGB 157 168 189 -
CMYK 0.17 0.11 0 0.26
HSL 219.38º 0.2% 0.68% -
HSV(B) 219.38º 0.17% 0.74% -
XYZ 37.09 38.85 53.69 -
YUV 167.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 157 168 189 0.17 0.11 0 0.26 219.38 0.2 0.68
Hex 9D A8 BD 11 B 0 1A DB 14 44
Octal 235 250 275 21 13 0 32 333 24 104
Binary 10011101 10101000 10111101 10001 1011 0 11010 11011011 10100 1000100

Color Harmonies of #9DA8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA8BD

Black with #9DA8BD

Text Example


Text Example

White with #9DA8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DA8BD;
 }
 .AnyTagClassName
 {
   color: #9DA8BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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