Html Css Color HEX #959DAE Rock Blue

📋 copy color: '#959DAE'

red 149 ◦ green 157 ◦ blue 174

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

Shades of Rock Blue #959DAE

Tints of Rock Blue #959DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.25%

R = 31.04%
G = 32.71%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#959DAE (or 0x959DAE) is known color: Rock Blue. HEX triplet: 95, 9D and AE. RGB value is (149,157,174). Sum of RGB (Red+Green+Blue) = 149+157+174=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #959DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959DAE is #6A6251. Grayscale: #9C9C9C. Windows color (decimal): -6971986 or 11443605. OLE color: 11443605.

HSL color Cylindrical-coordinate representation of color #959DAE: hue angle of 220.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #959DAE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 157 174 -
CMYK 0.14 0.10 0 0.32
HSL 220.8º 0.13% 0.63% -
HSV(B) 220.8º 0.14% 0.68% -
XYZ 32.09 33.56 44.83 -
YUV 156.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 149 157 174 0.14 0.10 0 0.32 220.8 0.13 0.63
Hex 95 9D AE E A 0 20 DD D 3F
Octal 225 235 256 16 12 0 40 335 15 77
Binary 10010101 10011101 10101110 1110 1010 0 100000 11011101 1101 111111

Color Harmonies of #959DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DAE

Black with #959DAE

Text Example


Text Example

White with #959DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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