Html Css Color HEX #96A1BD Rock Blue

📋 copy color: '#96A1BD'

red 150 ◦ green 161 ◦ blue 189

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

Shades of Rock Blue #96A1BD

Tints of Rock Blue #96A1BD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.2%

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 30%
G = 32.2%
B = 37.8%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96A1BD (or 0x96A1BD) is known color: Rock Blue. HEX triplet: 96, A1 and BD. RGB value is (150,161,189). Sum of RGB (Red+Green+Blue) = 150+161+189=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #96A1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1BD is #695E42. Grayscale: #A0A0A0. Windows color (decimal): -6905411 or 12427670. OLE color: 12427670.

HSL color Cylindrical-coordinate representation of color #96A1BD: hue angle of 223.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A1BD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 161 189 -
CMYK 0.21 0.15 0 0.26
HSL 223.08º 0.23% 0.66% -
HSV(B) 223.08º 0.21% 0.74% -
XYZ 34.51 35.65 53.21 -
YUV 160.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 150 161 189 0.21 0.15 0 0.26 223.08 0.23 0.66
Hex 96 A1 BD 15 F 0 1A DF 17 42
Octal 226 241 275 25 17 0 32 337 27 102
Binary 10010110 10100001 10111101 10101 1111 0 11010 11011111 10111 1000010

Color Harmonies of #96A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A1BD

Black with #96A1BD

Text Example


Text Example

White with #96A1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,161,189); }

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

background-color css

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

 a { background-color: rgb(150,161,189); }

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

border-color css

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

 span { border-color: rgb(150,161,189); }

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