Html Css Color HEX #96A5BB Rock Blue

📋 copy color: '#96A5BB'

red 150 ◦ green 165 ◦ blue 187

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

Shades of Rock Blue #96A5BB

Tints of Rock Blue #96A5BB

RGB

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

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

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

R = 29.88%
G = 32.87%
B = 37.25%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96A5BB (or 0x96A5BB) is known color: Rock Blue. HEX triplet: 96, A5 and BB. RGB value is (150,165,187). Sum of RGB (Red+Green+Blue) = 150+165+187=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #96A5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5BB is #695A44. Grayscale: #A2A2A2. Windows color (decimal): -6904389 or 12297622. OLE color: 12297622.

HSL color Cylindrical-coordinate representation of color #96A5BB: hue angle of 215.68º degrees, saturation: 0.21, 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 #96A5BB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 165 187 -
CMYK 0.20 0.12 0 0.27
HSL 215.68º 0.21% 0.66% -
HSV(B) 215.68º 0.2% 0.73% -
XYZ 35 36.98 52.31 -
YUV 163.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 150 165 187 0.20 0.12 0 0.27 215.68 0.21 0.66
Hex 96 A5 BB 14 C 0 1B D8 15 42
Octal 226 245 273 24 14 0 33 330 25 102
Binary 10010110 10100101 10111011 10100 1100 0 11011 11011000 10101 1000010

Color Harmonies of #96A5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A5BB

Black with #96A5BB

Text Example


Text Example

White with #96A5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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