Html Css Color HEX #96A7BB Rock Blue

📋 copy color: '#96A7BB'

red 150 ◦ green 167 ◦ blue 187

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

Shades of Rock Blue #96A7BB

Tints of Rock Blue #96A7BB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.13%

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

R = 29.76%
G = 33.13%
B = 37.1%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96A7BB (or 0x96A7BB) is known color: Rock Blue. HEX triplet: 96, A7 and BB. RGB value is (150,167,187). Sum of RGB (Red+Green+Blue) = 150+167+187=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #96A7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A7BB is #695844. Grayscale: #A4A4A4. Windows color (decimal): -6903877 or 12298134. OLE color: 12298134.

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

Color convert

RGB 150 167 187 -
CMYK 0.20 0.11 0 0.27
HSL 212.43º 0.21% 0.66% -
HSV(B) 212.43º 0.2% 0.73% -
XYZ 35.37 37.71 52.43 -
YUV 164.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 150 167 187 0.20 0.11 0 0.27 212.43 0.21 0.66
Hex 96 A7 BB 14 B 0 1B D4 15 42
Octal 226 247 273 24 13 0 33 324 25 102
Binary 10010110 10100111 10111011 10100 1011 0 11011 11010100 10101 1000010

Color Harmonies of #96A7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A7BB

Black with #96A7BB

Text Example


Text Example

White with #96A7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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