Html Css Color HEX #9DA6BE Rock Blue

📋 copy color: '#9DA6BE'

red 157 ◦ green 166 ◦ blue 190

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

Shades of Rock Blue #9DA6BE

Tints of Rock Blue #9DA6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.36%

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 30.6%
G = 32.36%
B = 37.04%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DA6BE (or 0x9DA6BE) is known color: Rock Blue. HEX triplet: 9D, A6 and BE. RGB value is (157,166,190). Sum of RGB (Red+Green+Blue) = 157+166+190=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DA6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6BE is #625941. Grayscale: #A5A5A5. Windows color (decimal): -6445378 or 12494493. OLE color: 12494493.

HSL color Cylindrical-coordinate representation of color #9DA6BE: hue angle of 223.64º 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 #9DA6BE is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 166 190 -
CMYK 0.17 0.13 0 0.25
HSL 223.64º 0.2% 0.68% -
HSV(B) 223.64º 0.17% 0.75% -
XYZ 36.84 38.16 54.14 -
YUV 166.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 157 166 190 0.17 0.13 0 0.25 223.64 0.2 0.68
Hex 9D A6 BE 11 D 0 19 E0 14 44
Octal 235 246 276 21 15 0 31 340 24 104
Binary 10011101 10100110 10111110 10001 1101 0 11001 11100000 10100 1000100

Color Harmonies of #9DA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA6BE

Black with #9DA6BE

Text Example


Text Example

White with #9DA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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