Html Css Color HEX #9AA6BB Rock Blue

📋 copy color: '#9AA6BB'

red 154 ◦ green 166 ◦ blue 187

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

Shades of Rock Blue #9AA6BB

Tints of Rock Blue #9AA6BB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.74%

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 30.37%
G = 32.74%
B = 36.88%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9AA6BB (or 0x9AA6BB) is known color: Rock Blue. HEX triplet: 9A, A6 and BB. RGB value is (154,166,187). Sum of RGB (Red+Green+Blue) = 154+166+187=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA6BB is #655944. Grayscale: #A4A4A4. Windows color (decimal): -6641989 or 12297882. OLE color: 12297882.

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

Color convert

RGB 154 166 187 -
CMYK 0.18 0.11 0 0.27
HSL 218.18º 0.2% 0.67% -
HSV(B) 218.18º 0.18% 0.73% -
XYZ 35.93 37.73 52.4 -
YUV 164.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 154 166 187 0.18 0.11 0 0.27 218.18 0.2 0.67
Hex 9A A6 BB 12 B 0 1B DA 14 43
Octal 232 246 273 22 13 0 33 332 24 103
Binary 10011010 10100110 10111011 10010 1011 0 11011 11011010 10100 1000011

Color Harmonies of #9AA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA6BB

Black with #9AA6BB

Text Example


Text Example

White with #9AA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,166,187); }

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

background-color css

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

 a { background-color: rgb(154,166,187); }

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

border-color css

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

 span { border-color: rgb(154,166,187); }

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