Html Css Color HEX #9DA8B9 Rock Blue

📋 copy color: '#9DA8B9'

red 157 ◦ green 168 ◦ blue 185

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

Shades of Rock Blue #9DA8B9

Tints of Rock Blue #9DA8B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 30.78%
G = 32.94%
B = 36.27%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DA8B9 (or 0x9DA8B9) is known color: Rock Blue. HEX triplet: 9D, A8 and B9. RGB value is (157,168,185). Sum of RGB (Red+Green+Blue) = 157+168+185=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #9DA8B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8B9 is #625746. Grayscale: #A6A6A6. Windows color (decimal): -6444871 or 12167325. OLE color: 12167325.

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

Color convert

RGB 157 168 185 -
CMYK 0.15 0.09 0 0.27
HSL 216.43º 0.17% 0.67% -
HSV(B) 216.43º 0.15% 0.73% -
XYZ 36.66 38.68 51.43 -
YUV 166.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 157 168 185 0.15 0.09 0 0.27 216.43 0.17 0.67
Hex 9D A8 B9 F 9 0 1B D8 11 43
Octal 235 250 271 17 11 0 33 330 21 103
Binary 10011101 10101000 10111001 1111 1001 0 11011 11011000 10001 1000011

Color Harmonies of #9DA8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA8B9

Black with #9DA8B9

Text Example


Text Example

White with #9DA8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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