Html Css Color HEX #9EAABF Rock Blue

📋 copy color: '#9EAABF'

red 158 ◦ green 170 ◦ blue 191

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

Shades of Rock Blue #9EAABF

Tints of Rock Blue #9EAABF

RGB

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

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

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

R = 30.44%
G = 32.76%
B = 36.8%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9EAABF (or 0x9EAABF) is known color: Rock Blue. HEX triplet: 9E, AA and BF. RGB value is (158,170,191). Sum of RGB (Red+Green+Blue) = 158+170+191=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAABF is #615540. Grayscale: #A8A8A8. Windows color (decimal): -6378817 or 12561054. OLE color: 12561054.

HSL color Cylindrical-coordinate representation of color #9EAABF: hue angle of 218.18º 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 #9EAABF is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 170 191 -
CMYK 0.17 0.11 0 0.25
HSL 218.18º 0.2% 0.68% -
HSV(B) 218.18º 0.17% 0.75% -
XYZ 37.88 39.78 54.97 -
YUV 168.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 158 170 191 0.17 0.11 0 0.25 218.18 0.2 0.68
Hex 9E AA BF 11 B 0 19 DA 14 44
Octal 236 252 277 21 13 0 31 332 24 104
Binary 10011110 10101010 10111111 10001 1011 0 11001 11011010 10100 1000100

Color Harmonies of #9EAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAABF

Black with #9EAABF

Text Example


Text Example

White with #9EAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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