Html Css Color HEX #9BAABE Rock Blue

📋 copy color: '#9BAABE'

red 155 ◦ green 170 ◦ blue 190

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

Shades of Rock Blue #9BAABE

Tints of Rock Blue #9BAABE

RGB

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

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

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

R = 30.1%
G = 33.01%
B = 36.89%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BAABE (or 0x9BAABE) is known color: Rock Blue. HEX triplet: 9B, AA and BE. RGB value is (155,170,190). Sum of RGB (Red+Green+Blue) = 155+170+190=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAABE is #645541. Grayscale: #A7A7A7. Windows color (decimal): -6575426 or 12495515. OLE color: 12495515.

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

Color convert

RGB 155 170 190 -
CMYK 0.18 0.11 0 0.25
HSL 214.29º 0.21% 0.68% -
HSV(B) 214.29º 0.18% 0.75% -
XYZ 37.19 39.44 54.37 -
YUV 167.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 155 170 190 0.18 0.11 0 0.25 214.29 0.21 0.68
Hex 9B AA BE 12 B 0 19 D6 15 44
Octal 233 252 276 22 13 0 31 326 25 104
Binary 10011011 10101010 10111110 10010 1011 0 11001 11010110 10101 1000100

Color Harmonies of #9BAABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAABE

Black with #9BAABE

Text Example


Text Example

White with #9BAABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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