Html Css Color HEX #959BAA Rock Blue

📋 copy color: '#959BAA'

red 149 ◦ green 155 ◦ blue 170

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

Shades of Rock Blue #959BAA

Tints of Rock Blue #959BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

 BLUE value IS 170 (66.8% from 255) = 35.86%

R = 31.43%
G = 32.7%
B = 35.86%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#959BAA (or 0x959BAA) is known color: Rock Blue. HEX triplet: 95, 9B and AA. RGB value is (149,155,170). Sum of RGB (Red+Green+Blue) = 149+155+170=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #959BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BAA is #6A6455. Grayscale: #9A9A9A. Windows color (decimal): -6972502 or 11180949. OLE color: 11180949.

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

Color convert

RGB 149 155 170 -
CMYK 0.12 0.09 0 0.33
HSL 222.86º 0.11% 0.63% -
HSV(B) 222.86º 0.12% 0.67% -
XYZ 31.37 32.73 42.7 -
YUV 154.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 149 155 170 0.12 0.09 0 0.33 222.86 0.11 0.63
Hex 95 9B AA C 9 0 21 DF B 3F
Octal 225 233 252 14 11 0 41 337 13 77
Binary 10010101 10011011 10101010 1100 1001 0 100001 11011111 1011 111111

Color Harmonies of #959BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BAA

Black with #959BAA

Text Example


Text Example

White with #959BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,155,170); }

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

background-color css

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

 a { background-color: rgb(149,155,170); }

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

border-color css

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

 span { border-color: rgb(149,155,170); }

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