#8EA2BA

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

Shades of Rock Blue #8EA2BA

Tints of Rock Blue #8EA2BA

Color information

#8EA2BA (or 0x8EA2BA) is unknown color: approx Rock Blue. HEX triplet: 8E, A2 and BA. RGB value is (142,162,186). Sum of RGB (Red+Green+Blue) = 142+162+186=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EA2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2BA is #715D45. Grayscale: #9E9E9E. Windows color (decimal): -7429446 or 12231310. OLE color: 12231310.

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

Color convert

RGB142162186-
CMYK0.240.1300.27
HSL212.73º24.18%64.31%-
HSV(B)212.73º23.66%72.94%-
XYZ32.9435.1451.5-
YUV158.76143.37116.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=28.98%
G=33.06%
B=37.96%

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
Decimal1421621860.240.1300.27212.7324.1864.31
Hex8EA2BA18D01Bd51840
Octal216242272301503332530100
Binary10001110101000101011101011000110101101111010101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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