#8EA4BC

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

Shades of Rock Blue #8EA4BC

Tints of Rock Blue #8EA4BC

Color information

#8EA4BC (or 0x8EA4BC) is unknown color: approx Rock Blue. HEX triplet: 8E, A4 and BC. RGB value is (142,164,188). Sum of RGB (Red+Green+Blue) = 142+164+188=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EA4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4BC is #715B43. Grayscale: #A0A0A0. Windows color (decimal): -7428932 or 12362894. OLE color: 12362894.

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

Color convert

RGB142164188-
CMYK0.240.1300.26
HSL211.3º25.56%64.71%-
HSV(B)211.3º24.47%73.73%-
XYZ33.5135.9352.75-
YUV160.16143.71115.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=28.74%
G=33.20%
B=38.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421641880.240.1300.26211.325.5664.71
Hex8EA4BC18D01Ad31a41
Octal216244274301503232332101
Binary10001110101001001011110011000110101101011010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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