#959CBE

Color #959CBE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #959CBE

Tints of Rock Blue #959CBE

Color information

#959CBE (or 0x959CBE) is unknown color: approx Rock Blue. HEX triplet: 95, 9C and BE. RGB value is (149,156,190). Sum of RGB (Red+Green+Blue) = 149+156+190=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #959CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CBE is #6A6341. Grayscale: #9D9D9D. Windows color (decimal): -6972226 or 12491925. OLE color: 12491925.

HSL color Cylindrical-coordinate representation of color #959CBE: hue angle of 229.76º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959CBE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149156190-
CMYK0.220.1800.25
HSL229.76º23.98%66.47%-
HSV(B)229.76º21.58%74.51%-
XYZ33.5833.8853.49-
YUV157.78146.18121.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=30.10%
G=31.52%
B=38.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491561900.220.1800.25229.7623.9866.47
Hex959CBE1612019e61842
Octal225234276262203134630102
Binary100101011001110010111110101101001001100111100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #959CBE;
 }
 .AnyTagClassName
 {
   color: #959CBE;
 }
</style>
background-color css

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

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

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

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

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

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