Html Css Color HEX #96A2BF Rock Blue

📋 copy color: '#96A2BF'

red 150 ◦ green 162 ◦ blue 191

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

Shades of Rock Blue #96A2BF

Tints of Rock Blue #96A2BF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.21%

 BLUE value IS 191 (75% from 255) = 37.97%

R = 29.82%
G = 32.21%
B = 37.97%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96A2BF (or 0x96A2BF) is known color: Rock Blue. HEX triplet: 96, A2 and BF. RGB value is (150,162,191). Sum of RGB (Red+Green+Blue) = 150+162+191=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #96A2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A2BF is #695D40. Grayscale: #A1A1A1. Windows color (decimal): -6905153 or 12558998. OLE color: 12558998.

HSL color Cylindrical-coordinate representation of color #96A2BF: hue angle of 222.44º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A2BF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 162 191 -
CMYK 0.21 0.15 0 0.25
HSL 222.44º 0.24% 0.67% -
HSV(B) 222.44º 0.21% 0.75% -
XYZ 34.9 36.09 54.42 -
YUV 161.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 150 162 191 0.21 0.15 0 0.25 222.44 0.24 0.67
Hex 96 A2 BF 15 F 0 19 DE 18 43
Octal 226 242 277 25 17 0 31 336 30 103
Binary 10010110 10100010 10111111 10101 1111 0 11001 11011110 11000 1000011

Color Harmonies of #96A2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A2BF

Black with #96A2BF

Text Example


Text Example

White with #96A2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,162,191); }

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

background-color css

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

 a { background-color: rgb(150,162,191); }

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

border-color css

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

 span { border-color: rgb(150,162,191); }

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