Html Css Color HEX #9BABBF Rock Blue

📋 copy color: '#9BABBF'

red 155 ◦ green 171 ◦ blue 191

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

Shades of Rock Blue #9BABBF

Tints of Rock Blue #9BABBF

RGB

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

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

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

R = 29.98%
G = 33.08%
B = 36.94%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BABBF (or 0x9BABBF) is known color: Rock Blue. HEX triplet: 9B, AB and BF. RGB value is (155,171,191). Sum of RGB (Red+Green+Blue) = 155+171+191=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABBF is #645440. Grayscale: #A8A8A8. Windows color (decimal): -6575169 or 12561307. OLE color: 12561307.

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

Color convert

RGB 155 171 191 -
CMYK 0.19 0.10 0 0.25
HSL 213.33º 0.22% 0.68% -
HSV(B) 213.33º 0.19% 0.75% -
XYZ 37.48 39.86 55.01 -
YUV 168.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 155 171 191 0.19 0.10 0 0.25 213.33 0.22 0.68
Hex 9B AB BF 13 A 0 19 D5 16 44
Octal 233 253 277 23 12 0 31 325 26 104
Binary 10011011 10101011 10111111 10011 1010 0 11001 11010101 10110 1000100

Color Harmonies of #9BABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABBF

Black with #9BABBF

Text Example


Text Example

White with #9BABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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