Html Css Color HEX #9EAAB9 Rock Blue

📋 copy color: '#9EAAB9'

red 158 ◦ green 170 ◦ blue 185

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

Shades of Rock Blue #9EAAB9

Tints of Rock Blue #9EAAB9

RGB

 RED value IS 158 (62.11% from 255) = 30.8%

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

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

R = 30.8%
G = 33.14%
B = 36.06%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EAAB9 (or 0x9EAAB9) is known color: Rock Blue. HEX triplet: 9E, AA and B9. RGB value is (158,170,185). Sum of RGB (Red+Green+Blue) = 158+170+185=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 185 - color contains mainly: blue. Hex color #9EAAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAAB9 is #615546. Grayscale: #A8A8A8. Windows color (decimal): -6378823 or 12167838. OLE color: 12167838.

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

Color convert

RGB 158 170 185 -
CMYK 0.15 0.08 0 0.27
HSL 213.33º 0.16% 0.67% -
HSV(B) 213.33º 0.15% 0.73% -
XYZ 37.23 39.52 51.56 -
YUV 168.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 158 170 185 0.15 0.08 0 0.27 213.33 0.16 0.67
Hex 9E AA B9 F 8 0 1B D5 10 43
Octal 236 252 271 17 10 0 33 325 20 103
Binary 10011110 10101010 10111001 1111 1000 0 11011 11010101 10000 1000011

Color Harmonies of #9EAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAB9

Black with #9EAAB9

Text Example


Text Example

White with #9EAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,170,185); }

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

background-color css

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

 a { background-color: rgb(158,170,185); }

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

border-color css

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

 span { border-color: rgb(158,170,185); }

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