Html Css Color HEX #9DA8BF Rock Blue

📋 copy color: '#9DA8BF'

red 157 ◦ green 168 ◦ blue 191

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

Shades of Rock Blue #9DA8BF

Tints of Rock Blue #9DA8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.02%

R = 30.43%
G = 32.56%
B = 37.02%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DA8BF (or 0x9DA8BF) is known color: Rock Blue. HEX triplet: 9D, A8 and BF. RGB value is (157,168,191). Sum of RGB (Red+Green+Blue) = 157+168+191=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DA8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8BF is #625740. Grayscale: #A7A7A7. Windows color (decimal): -6444865 or 12560541. OLE color: 12560541.

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

Color convert

RGB 157 168 191 -
CMYK 0.18 0.12 0 0.25
HSL 220.59º 0.21% 0.68% -
HSV(B) 220.59º 0.18% 0.75% -
XYZ 37.31 38.93 54.84 -
YUV 167.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 157 168 191 0.18 0.12 0 0.25 220.59 0.21 0.68
Hex 9D A8 BF 12 C 0 19 DD 15 44
Octal 235 250 277 22 14 0 31 335 25 104
Binary 10011101 10101000 10111111 10010 1100 0 11001 11011101 10101 1000100

Color Harmonies of #9DA8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA8BF

Black with #9DA8BF

Text Example


Text Example

White with #9DA8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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