Html Css Color HEX #96A5BA Rock Blue

📋 copy color: '#96A5BA'

red 150 ◦ green 165 ◦ blue 186

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

Shades of Rock Blue #96A5BA

Tints of Rock Blue #96A5BA

RGB

 RED value IS 150 (58.98% from 255) = 29.94%

 GREEN value IS 165 (64.84% from 255) = 32.93%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 29.94%
G = 32.93%
B = 37.13%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96A5BA (or 0x96A5BA) is known color: Rock Blue. HEX triplet: 96, A5 and BA. RGB value is (150,165,186). Sum of RGB (Red+Green+Blue) = 150+165+186=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #96A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5BA is #695A45. Grayscale: #A2A2A2. Windows color (decimal): -6904390 or 12232086. OLE color: 12232086.

HSL color Cylindrical-coordinate representation of color #96A5BA: hue angle of 215º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96A5BA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 165 186 -
CMYK 0.19 0.11 0 0.27
HSL 215º 0.21% 0.66% -
HSV(B) 215º 0.19% 0.73% -
XYZ 34.9 36.94 51.75 -
YUV 162.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 150 165 186 0.19 0.11 0 0.27 215 0.21 0.66
Hex 96 A5 BA 13 B 0 1B D7 15 42
Octal 226 245 272 23 13 0 33 327 25 102
Binary 10010110 10100101 10111010 10011 1011 0 11011 11010111 10101 1000010

Color Harmonies of #96A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A5BA

Black with #96A5BA

Text Example


Text Example

White with #96A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A5BA; }

 p { color: rgb(150,165,186); }

 H1.HeaderClassName
 {
   color: #96A5BA;
 }
 .AnyTagClassName
 {
   color: #96A5BA;
 }
</style>

background-color css

<style>
 a { background-color: #96A5BA; }

 a { background-color: rgb(150,165,186); }

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

border-color css

<style>
 span { border-color: #96A5BA; }

 span { border-color: rgb(150,165,186); }

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