Html Css Color HEX #9EAABA Rock Blue

📋 copy color: '#9EAABA'

red 158 ◦ green 170 ◦ blue 186

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

Shades of Rock Blue #9EAABA

Tints of Rock Blue #9EAABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 30.74%
G = 33.07%
B = 36.19%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EAABA (or 0x9EAABA) is known color: Rock Blue. HEX triplet: 9E, AA and BA. RGB value is (158,170,186). Sum of RGB (Red+Green+Blue) = 158+170+186=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAABA is #615545. Grayscale: #A8A8A8. Windows color (decimal): -6378822 or 12233374. OLE color: 12233374.

HSL color Cylindrical-coordinate representation of color #9EAABA: hue angle of 214.29º degrees, saturation: 0.17, 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 #9EAABA is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 170 186 -
CMYK 0.15 0.09 0 0.27
HSL 214.29º 0.17% 0.67% -
HSV(B) 214.29º 0.15% 0.73% -
XYZ 37.34 39.56 52.12 -
YUV 168.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 158 170 186 0.15 0.09 0 0.27 214.29 0.17 0.67
Hex 9E AA BA F 9 0 1B D6 11 43
Octal 236 252 272 17 11 0 33 326 21 103
Binary 10011110 10101010 10111010 1111 1001 0 11011 11010110 10001 1000011

Color Harmonies of #9EAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAABA

Black with #9EAABA

Text Example


Text Example

White with #9EAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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