Html Css Color HEX #9BABC1 Rock Blue

📋 copy color: '#9BABC1'

red 155 ◦ green 171 ◦ blue 193

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

Shades of Rock Blue #9BABC1

Tints of Rock Blue #9BABC1

RGB

 RED value IS 155 (60.94% from 255) = 29.87%

 GREEN value IS 171 (67.19% from 255) = 32.95%

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 29.87%
G = 32.95%
B = 37.19%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9BABC1 (or 0x9BABC1) is known color: Rock Blue. HEX triplet: 9B, AB and C1. RGB value is (155,171,193). Sum of RGB (Red+Green+Blue) = 155+171+193=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #9BABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABC1 is #64543E. Grayscale: #A8A8A8. Windows color (decimal): -6575167 or 12692379. OLE color: 12692379.

HSL color Cylindrical-coordinate representation of color #9BABC1: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BABC1 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 171 193 -
CMYK 0.20 0.11 0 0.24
HSL 214.74º 0.23% 0.68% -
HSV(B) 214.74º 0.2% 0.76% -
XYZ 37.71 39.94 56.17 -
YUV 168.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 155 171 193 0.20 0.11 0 0.24 214.74 0.23 0.68
Hex 9B AB C1 14 B 0 18 D7 17 44
Octal 233 253 301 24 13 0 30 327 27 104
Binary 10011011 10101011 11000001 10100 1011 0 11000 11010111 10111 1000100

Color Harmonies of #9BABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABC1

Black with #9BABC1

Text Example


Text Example

White with #9BABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BABC1; }

 p { color: rgb(155,171,193); }

 H1.HeaderClassName
 {
   color: #9BABC1;
 }
 .AnyTagClassName
 {
   color: #9BABC1;
 }
</style>

background-color css

<style>
 a { background-color: #9BABC1; }

 a { background-color: rgb(155,171,193); }

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

border-color css

<style>
 span { border-color: #9BABC1; }

 span { border-color: rgb(155,171,193); }

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