Html Css Color HEX #9BABBE Rock Blue

📋 copy color: '#9BABBE'

red 155 ◦ green 171 ◦ blue 190

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

Shades of Rock Blue #9BABBE

Tints of Rock Blue #9BABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 30.04%
G = 33.14%
B = 36.82%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BABBE (or 0x9BABBE) is known color: Rock Blue. HEX triplet: 9B, AB and BE. RGB value is (155,171,190). Sum of RGB (Red+Green+Blue) = 155+171+190=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABBE is #645441. Grayscale: #A8A8A8. Windows color (decimal): -6575170 or 12495771. OLE color: 12495771.

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

Color convert

RGB 155 171 190 -
CMYK 0.18 0.10 0 0.25
HSL 212.57º 0.21% 0.68% -
HSV(B) 212.57º 0.18% 0.75% -
XYZ 37.37 39.81 54.43 -
YUV 168.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 155 171 190 0.18 0.10 0 0.25 212.57 0.21 0.68
Hex 9B AB BE 12 A 0 19 D5 15 44
Octal 233 253 276 22 12 0 31 325 25 104
Binary 10011011 10101011 10111110 10010 1010 0 11001 11010101 10101 1000100

Color Harmonies of #9BABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABBE

Black with #9BABBE

Text Example


Text Example

White with #9BABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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