Html Css Color HEX #959DAB Rock Blue

📋 copy color: '#959DAB'

red 149 ◦ green 157 ◦ blue 171

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

Shades of Rock Blue #959DAB

Tints of Rock Blue #959DAB

RGB

 RED value IS 149 (58.59% from 255) = 31.24%

 GREEN value IS 157 (61.72% from 255) = 32.91%

 BLUE value IS 171 (67.19% from 255) = 35.85%

R = 31.24%
G = 32.91%
B = 35.85%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#959DAB (or 0x959DAB) is known color: Rock Blue. HEX triplet: 95, 9D and AB. RGB value is (149,157,171). Sum of RGB (Red+Green+Blue) = 149+157+171=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #959DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959DAB is #6A6254. Grayscale: #9C9C9C. Windows color (decimal): -6971989 or 11246997. OLE color: 11246997.

HSL color Cylindrical-coordinate representation of color #959DAB: hue angle of 218.18º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #959DAB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 157 171 -
CMYK 0.13 0.08 0 0.33
HSL 218.18º 0.12% 0.63% -
HSV(B) 218.18º 0.13% 0.67% -
XYZ 31.8 33.44 43.31 -
YUV 156.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 149 157 171 0.13 0.08 0 0.33 218.18 0.12 0.63
Hex 95 9D AB D 8 0 21 DA C 3F
Octal 225 235 253 15 10 0 41 332 14 77
Binary 10010101 10011101 10101011 1101 1000 0 100001 11011010 1100 111111

Color Harmonies of #959DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DAB

Black with #959DAB

Text Example


Text Example

White with #959DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959DAB; }

 p { color: rgb(149,157,171); }

 H1.HeaderClassName
 {
   color: #959DAB;
 }
 .AnyTagClassName
 {
   color: #959DAB;
 }
</style>

background-color css

<style>
 a { background-color: #959DAB; }

 a { background-color: rgb(149,157,171); }

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

border-color css

<style>
 span { border-color: #959DAB; }

 span { border-color: rgb(149,157,171); }

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