Html Css Color HEX #9AA0B9 Rock Blue

📋 copy color: '#9AA0B9'

red 154 ◦ green 160 ◦ blue 185

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

Shades of Rock Blue #9AA0B9

Tints of Rock Blue #9AA0B9

RGB

 RED value IS 154 (60.55% from 255) = 30.86%

 GREEN value IS 160 (62.89% from 255) = 32.06%

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 30.86%
G = 32.06%
B = 37.07%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9AA0B9 (or 0x9AA0B9) is known color: Rock Blue. HEX triplet: 9A, A0 and B9. RGB value is (154,160,185). Sum of RGB (Red+Green+Blue) = 154+160+185=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 185 - color contains mainly: blue. Hex color #9AA0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA0B9 is #655F46. Grayscale: #A0A0A0. Windows color (decimal): -6643527 or 12165274. OLE color: 12165274.

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

Color convert

RGB 154 160 185 -
CMYK 0.17 0.14 0 0.27
HSL 228.39º 0.18% 0.66% -
HSV(B) 228.39º 0.17% 0.73% -
XYZ 34.65 35.51 50.93 -
YUV 161.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 154 160 185 0.17 0.14 0 0.27 228.39 0.18 0.66
Hex 9A A0 B9 11 E 0 1B E4 12 42
Octal 232 240 271 21 16 0 33 344 22 102
Binary 10011010 10100000 10111001 10001 1110 0 11011 11100100 10010 1000010

Color Harmonies of #9AA0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA0B9

Black with #9AA0B9

Text Example


Text Example

White with #9AA0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,160,185); }

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

background-color css

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

 a { background-color: rgb(154,160,185); }

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

border-color css

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

 span { border-color: rgb(154,160,185); }

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