#8EA1BA

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

Shades of Rock Blue #8EA1BA

Tints of Rock Blue #8EA1BA

Color information

#8EA1BA (or 0x8EA1BA) is unknown color: approx Rock Blue. HEX triplet: 8E, A1 and BA. RGB value is (142,161,186). Sum of RGB (Red+Green+Blue) = 142+161+186=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA1BA is #715E45. Grayscale: #9E9E9E. Windows color (decimal): -7429702 or 12231054. OLE color: 12231054.

HSL color Cylindrical-coordinate representation of color #8EA1BA: hue angle of 214.09º 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 #8EA1BA is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142161186-
CMYK0.240.1300.27
HSL214.09º24.18%64.31%-
HSV(B)214.09º23.66%72.94%-
XYZ32.7634.7951.44-
YUV158.17143.71116.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=29.04%
G=32.92%
B=38.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421611860.240.1300.27214.0924.1864.31
Hex8EA1BA18D01Bd61840
Octal216241272301503332630100
Binary10001110101000011011101011000110101101111010110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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