#8EA0BA

Color #8EA0BA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8EA0BA

Tints of Rock Blue #8EA0BA

Color information

#8EA0BA (or 0x8EA0BA) is unknown color: approx Rock Blue. HEX triplet: 8E, A0 and BA. RGB value is (142,160,186). Sum of RGB (Red+Green+Blue) = 142+160+186=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA0BA is #715F45. Grayscale: #9D9D9D. Windows color (decimal): -7429958 or 12230798. OLE color: 12230798.

HSL color Cylindrical-coordinate representation of color #8EA0BA: hue angle of 215.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA0BA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142160186-
CMYK0.240.1400.27
HSL215.45º24.18%64.31%-
HSV(B)215.45º23.66%72.94%-
XYZ32.5934.4451.38-
YUV157.58144.04116.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=29.10%
G=32.79%
B=38.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421601860.240.1400.27215.4524.1864.31
Hex8EA0BA18E01Bd71840
Octal216240272301603332730100
Binary10001110101000001011101011000111001101111010111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA0BA; }

 p { color: rgb(142,160,186); }

 H1.HeaderClassName
 {
   color: #8EA0BA;
 }
 .AnyTagClassName
 {
   color: #8EA0BA;
 }
</style>
background-color css

<style>
 a { background-color: #8EA0BA; }

 a { background-color: rgb(142,160,186); }

 div.DivClassName
 {
   background-color: #8EA0BA;
 }
 .BgClassName
 {
   background-color: #8EA0BA;
 }
</style>
border-color css

<style>
 span { border-color: #8EA0BA; }

 span { border-color: rgb(142,160,186); }

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