Html Css Color HEX #96A9BF Rock Blue

📋 copy color: '#96A9BF'

red 150 ◦ green 169 ◦ blue 191

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

Shades of Rock Blue #96A9BF

Tints of Rock Blue #96A9BF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.14%

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

R = 29.41%
G = 33.14%
B = 37.45%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96A9BF (or 0x96A9BF) is known color: Rock Blue. HEX triplet: 96, A9 and BF. RGB value is (150,169,191). Sum of RGB (Red+Green+Blue) = 150+169+191=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #96A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A9BF is #695640. Grayscale: #A5A5A5. Windows color (decimal): -6903361 or 12560790. OLE color: 12560790.

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

Color convert

RGB 150 169 191 -
CMYK 0.21 0.12 0 0.25
HSL 212.2º 0.24% 0.67% -
HSV(B) 212.2º 0.21% 0.75% -
XYZ 36.17 38.62 54.84 -
YUV 165.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 150 169 191 0.21 0.12 0 0.25 212.2 0.24 0.67
Hex 96 A9 BF 15 C 0 19 D4 18 43
Octal 226 251 277 25 14 0 31 324 30 103
Binary 10010110 10101001 10111111 10101 1100 0 11001 11010100 11000 1000011

Color Harmonies of #96A9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A9BF

Black with #96A9BF

Text Example


Text Example

White with #96A9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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