Html Css Color HEX #9AA8BE Rock Blue

📋 copy color: '#9AA8BE'

red 154 ◦ green 168 ◦ blue 190

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

Shades of Rock Blue #9AA8BE

Tints of Rock Blue #9AA8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.81%

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

R = 30.08%
G = 32.81%
B = 37.11%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9AA8BE (or 0x9AA8BE) is known color: Rock Blue. HEX triplet: 9A, A8 and BE. RGB value is (154,168,190). Sum of RGB (Red+Green+Blue) = 154+168+190=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8BE is #655741. Grayscale: #A6A6A6. Windows color (decimal): -6641474 or 12495002. OLE color: 12495002.

HSL color Cylindrical-coordinate representation of color #9AA8BE: hue angle of 216.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AA8BE is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 168 190 -
CMYK 0.19 0.12 0 0.25
HSL 216.67º 0.22% 0.67% -
HSV(B) 216.67º 0.19% 0.75% -
XYZ 36.62 38.59 54.23 -
YUV 166.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 154 168 190 0.19 0.12 0 0.25 216.67 0.22 0.67
Hex 9A A8 BE 13 C 0 19 D9 16 43
Octal 232 250 276 23 14 0 31 331 26 103
Binary 10011010 10101000 10111110 10011 1100 0 11001 11011001 10110 1000011

Color Harmonies of #9AA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA8BE

Black with #9AA8BE

Text Example


Text Example

White with #9AA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,168,190); }

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

background-color css

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

 a { background-color: rgb(154,168,190); }

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

border-color css

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

 span { border-color: rgb(154,168,190); }

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