Html Css Color HEX #9BA6BF Rock Blue

📋 copy color: '#9BA6BF'

red 155 ◦ green 166 ◦ blue 191

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

Shades of Rock Blue #9BA6BF

Tints of Rock Blue #9BA6BF

RGB

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

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

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

R = 30.27%
G = 32.42%
B = 37.3%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BA6BF (or 0x9BA6BF) is known color: Rock Blue. HEX triplet: 9B, A6 and BF. RGB value is (155,166,191). Sum of RGB (Red+Green+Blue) = 155+166+191=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BA6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA6BF is #645940. Grayscale: #A5A5A5. Windows color (decimal): -6576449 or 12560027. OLE color: 12560027.

HSL color Cylindrical-coordinate representation of color #9BA6BF: hue angle of 221.67º 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 #9BA6BF is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 166 191 -
CMYK 0.19 0.13 0 0.25
HSL 221.67º 0.22% 0.68% -
HSV(B) 221.67º 0.19% 0.75% -
XYZ 36.56 38 54.7 -
YUV 165.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 155 166 191 0.19 0.13 0 0.25 221.67 0.22 0.68
Hex 9B A6 BF 13 D 0 19 DE 16 44
Octal 233 246 277 23 15 0 31 336 26 104
Binary 10011011 10100110 10111111 10011 1101 0 11001 11011110 10110 1000100

Color Harmonies of #9BA6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA6BF

Black with #9BA6BF

Text Example


Text Example

White with #9BA6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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