Html Css Color HEX #959CAB Rock Blue

📋 copy color: '#959CAB'

red 149 ◦ green 156 ◦ blue 171

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

Shades of Rock Blue #959CAB

Tints of Rock Blue #959CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

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

R = 31.3%
G = 32.77%
B = 35.92%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#959CAB (or 0x959CAB) is known color: Rock Blue. HEX triplet: 95, 9C and AB. RGB value is (149,156,171). Sum of RGB (Red+Green+Blue) = 149+156+171=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #959CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959CAB is #6A6354. Grayscale: #9B9B9B. Windows color (decimal): -6972245 or 11246741. OLE color: 11246741.

HSL color Cylindrical-coordinate representation of color #959CAB: hue angle of 220.91º 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 #959CAB is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 156 171 -
CMYK 0.13 0.09 0 0.33
HSL 220.91º 0.12% 0.63% -
HSV(B) 220.91º 0.13% 0.67% -
XYZ 31.63 33.11 43.25 -
YUV 155.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 149 156 171 0.13 0.09 0 0.33 220.91 0.12 0.63
Hex 95 9C AB D 9 0 21 DD C 3F
Octal 225 234 253 15 11 0 41 335 14 77
Binary 10010101 10011100 10101011 1101 1001 0 100001 11011101 1100 111111

Color Harmonies of #959CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CAB

Black with #959CAB

Text Example


Text Example

White with #959CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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