Html Css Color HEX #959EAC Rock Blue

📋 copy color: '#959EAC'

red 149 ◦ green 158 ◦ blue 172

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

Shades of Rock Blue #959EAC

Tints of Rock Blue #959EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.99%

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 31.11%
G = 32.99%
B = 35.91%

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

#959EAC (or 0x959EAC) is known color: Rock Blue. HEX triplet: 95, 9E and AC. RGB value is (149,158,172). Sum of RGB (Red+Green+Blue) = 149+158+172=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #959EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EAC is #6A6153. Grayscale: #9C9C9C. Windows color (decimal): -6971732 or 11312789. OLE color: 11312789.

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

Color convert

RGB 149 158 172 -
CMYK 0.13 0.08 0 0.33
HSL 216.52º 0.12% 0.63% -
HSV(B) 216.52º 0.13% 0.67% -
XYZ 32.07 33.82 43.87 -
YUV 156.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 149 158 172 0.13 0.08 0 0.33 216.52 0.12 0.63
Hex 95 9E AC D 8 0 21 D9 C 3F
Octal 225 236 254 15 10 0 41 331 14 77
Binary 10010101 10011110 10101100 1101 1000 0 100001 11011001 1100 111111

Color Harmonies of #959EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EAC

Black with #959EAC

Text Example


Text Example

White with #959EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,158,172); }

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

background-color css

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

 a { background-color: rgb(149,158,172); }

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

border-color css

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

 span { border-color: rgb(149,158,172); }

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