Html Css Color HEX #9BA6BB Rock Blue

📋 copy color: '#9BA6BB'

red 155 ◦ green 166 ◦ blue 187

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

Shades of Rock Blue #9BA6BB

Tints of Rock Blue #9BA6BB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.68%

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 30.51%
G = 32.68%
B = 36.81%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BA6BB (or 0x9BA6BB) is known color: Rock Blue. HEX triplet: 9B, A6 and BB. RGB value is (155,166,187). Sum of RGB (Red+Green+Blue) = 155+166+187=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA6BB is #645944. Grayscale: #A5A5A5. Windows color (decimal): -6576453 or 12297883. OLE color: 12297883.

HSL color Cylindrical-coordinate representation of color #9BA6BB: hue angle of 219.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BA6BB is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 166 187 -
CMYK 0.17 0.11 0 0.27
HSL 219.38º 0.19% 0.67% -
HSV(B) 219.38º 0.17% 0.73% -
XYZ 36.12 37.83 52.41 -
YUV 165.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 155 166 187 0.17 0.11 0 0.27 219.38 0.19 0.67
Hex 9B A6 BB 11 B 0 1B DB 13 43
Octal 233 246 273 21 13 0 33 333 23 103
Binary 10011011 10100110 10111011 10001 1011 0 11011 11011011 10011 1000011

Color Harmonies of #9BA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA6BB

Black with #9BA6BB

Text Example


Text Example

White with #9BA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,166,187); }

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

background-color css

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

 a { background-color: rgb(155,166,187); }

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

border-color css

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

 span { border-color: rgb(155,166,187); }

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