#8EA2BC

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

Shades of Rock Blue #8EA2BC

Tints of Rock Blue #8EA2BC

Color information

#8EA2BC (or 0x8EA2BC) is unknown color: approx Rock Blue. HEX triplet: 8E, A2 and BC. RGB value is (142,162,188). Sum of RGB (Red+Green+Blue) = 142+162+188=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EA2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2BC is #715D43. Grayscale: #9E9E9E. Windows color (decimal): -7429444 or 12362382. OLE color: 12362382.

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

Color convert

RGB142162188-
CMYK0.240.1400.26
HSL213.91º25.56%64.71%-
HSV(B)213.91º24.47%73.73%-
XYZ33.1535.2252.63-
YUV158.98144.37115.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.86%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=28.86%
G=32.93%
B=38.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421621880.240.1400.26213.9125.5664.71
Hex8EA2BC18E01Ad61a41
Octal216242274301603232632101
Binary10001110101000101011110011000111001101011010110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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