Html Css Color HEX #9BAABF Rock Blue

📋 copy color: '#9BAABF'

red 155 ◦ green 170 ◦ blue 191

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

Shades of Rock Blue #9BAABF

Tints of Rock Blue #9BAABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.95%

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

R = 30.04%
G = 32.95%
B = 37.02%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BAABF (or 0x9BAABF) is known color: Rock Blue. HEX triplet: 9B, AA and BF. RGB value is (155,170,191). Sum of RGB (Red+Green+Blue) = 155+170+191=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAABF is #645540. Grayscale: #A7A7A7. Windows color (decimal): -6575425 or 12561051. OLE color: 12561051.

HSL color Cylindrical-coordinate representation of color #9BAABF: hue angle of 215º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BAABF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 170 191 -
CMYK 0.19 0.11 0 0.25
HSL 215º 0.22% 0.68% -
HSV(B) 215º 0.19% 0.75% -
XYZ 37.3 39.48 54.94 -
YUV 167.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 155 170 191 0.19 0.11 0 0.25 215 0.22 0.68
Hex 9B AA BF 13 B 0 19 D7 16 44
Octal 233 252 277 23 13 0 31 327 26 104
Binary 10011011 10101010 10111111 10011 1011 0 11001 11010111 10110 1000100

Color Harmonies of #9BAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAABF

Black with #9BAABF

Text Example


Text Example

White with #9BAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,170,191); }

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

background-color css

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

 a { background-color: rgb(155,170,191); }

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

border-color css

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

 span { border-color: rgb(155,170,191); }

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