Html Css Color HEX #9CA9BA Rock Blue

📋 copy color: '#9CA9BA'

red 156 ◦ green 169 ◦ blue 186

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

Shades of Rock Blue #9CA9BA

Tints of Rock Blue #9CA9BA

RGB

 RED value IS 156 (61.33% from 255) = 30.53%

 GREEN value IS 169 (66.41% from 255) = 33.07%

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 30.53%
G = 33.07%
B = 36.4%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CA9BA (or 0x9CA9BA) is known color: Rock Blue. HEX triplet: 9C, A9 and BA. RGB value is (156,169,186). Sum of RGB (Red+Green+Blue) = 156+169+186=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA9BA is #635645. Grayscale: #A6A6A6. Windows color (decimal): -6510150 or 12233116. OLE color: 12233116.

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

Color convert

RGB 156 169 186 -
CMYK 0.16 0.09 0 0.27
HSL 214º 0.18% 0.67% -
HSV(B) 214º 0.16% 0.73% -
XYZ 36.76 38.99 52.04 -
YUV 167.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 156 169 186 0.16 0.09 0 0.27 214 0.18 0.67
Hex 9C A9 BA 10 9 0 1B D6 12 43
Octal 234 251 272 20 11 0 33 326 22 103
Binary 10011100 10101001 10111010 10000 1001 0 11011 11010110 10010 1000011

Color Harmonies of #9CA9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA9BA

Black with #9CA9BA

Text Example


Text Example

White with #9CA9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,169,186); }

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

background-color css

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

 a { background-color: rgb(156,169,186); }

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

border-color css

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

 span { border-color: rgb(156,169,186); }

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