Html Css Color HEX #959DBB Rock Blue

📋 copy color: '#959DBB'

red 149 ◦ green 157 ◦ blue 187

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

Shades of Rock Blue #959DBB

Tints of Rock Blue #959DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 30.22%
G = 31.85%
B = 37.93%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#959DBB (or 0x959DBB) is known color: Rock Blue. HEX triplet: 95, 9D and BB. RGB value is (149,157,187). Sum of RGB (Red+Green+Blue) = 149+157+187=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #959DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DBB is #6A6244. Grayscale: #9D9D9D. Windows color (decimal): -6971973 or 12295573. OLE color: 12295573.

HSL color Cylindrical-coordinate representation of color #959DBB: hue angle of 227.37º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959DBB is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 157 187 -
CMYK 0.20 0.16 0 0.27
HSL 227.37º 0.22% 0.66% -
HSV(B) 227.37º 0.2% 0.73% -
XYZ 33.42 34.09 51.83 -
YUV 158.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 149 157 187 0.20 0.16 0 0.27 227.37 0.22 0.66
Hex 95 9D BB 14 10 0 1B E3 16 42
Octal 225 235 273 24 20 0 33 343 26 102
Binary 10010101 10011101 10111011 10100 10000 0 11011 11100011 10110 1000010

Color Harmonies of #959DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DBB

Black with #959DBB

Text Example


Text Example

White with #959DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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