Html Css Color HEX #9EA9BF Rock Blue

📋 copy color: '#9EA9BF'

red 158 ◦ green 169 ◦ blue 191

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

Shades of Rock Blue #9EA9BF

Tints of Rock Blue #9EA9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 30.5%
G = 32.63%
B = 36.87%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9EA9BF (or 0x9EA9BF) is known color: Rock Blue. HEX triplet: 9E, A9 and BF. RGB value is (158,169,191). Sum of RGB (Red+Green+Blue) = 158+169+191=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EA9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA9BF is #615640. Grayscale: #A8A8A8. Windows color (decimal): -6379073 or 12560798. OLE color: 12560798.

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

Color convert

RGB 158 169 191 -
CMYK 0.17 0.12 0 0.25
HSL 220º 0.2% 0.68% -
HSV(B) 220º 0.17% 0.75% -
XYZ 37.69 39.41 54.91 -
YUV 168.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 158 169 191 0.17 0.12 0 0.25 220 0.2 0.68
Hex 9E A9 BF 11 C 0 19 DC 14 44
Octal 236 251 277 21 14 0 31 334 24 104
Binary 10011110 10101001 10111111 10001 1100 0 11001 11011100 10100 1000100

Color Harmonies of #9EA9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA9BF

Black with #9EA9BF

Text Example


Text Example

White with #9EA9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,169,191); }

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

background-color css

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

 a { background-color: rgb(158,169,191); }

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

border-color css

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

 span { border-color: rgb(158,169,191); }

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