#8EA3BA

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

Shades of Rock Blue #8EA3BA

Tints of Rock Blue #8EA3BA

Color information

#8EA3BA (or 0x8EA3BA) is unknown color: approx Rock Blue. HEX triplet: 8E, A3 and BA. RGB value is (142,163,186). Sum of RGB (Red+Green+Blue) = 142+163+186=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3BA is #715C45. Grayscale: #9F9F9F. Windows color (decimal): -7429190 or 12231566. OLE color: 12231566.

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

Color convert

RGB142163186-
CMYK0.240.1200.27
HSL211.36º24.18%64.31%-
HSV(B)211.36º23.66%72.94%-
XYZ33.1235.4951.56-
YUV159.34143.04115.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=28.92%
G=33.20%
B=37.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421631860.240.1200.27211.3624.1864.31
Hex8EA3BA18C01Bd31840
Octal216243272301403332330100
Binary10001110101000111011101011000110001101111010011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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