#8EA3C2

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

Shades of Rock Blue #8EA3C2

Tints of Rock Blue #8EA3C2

Color information

#8EA3C2 (or 0x8EA3C2) is unknown color: approx Rock Blue. HEX triplet: 8E, A3 and C2. RGB value is (142,163,194). Sum of RGB (Red+Green+Blue) = 142+163+194=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #8EA3C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3C2 is #715C3D. Grayscale: #A0A0A0. Windows color (decimal): -7429182 or 12755854. OLE color: 12755854.

HSL color Cylindrical-coordinate representation of color #8EA3C2: hue angle of 215.77º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EA3C2 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142163194-
CMYK0.270.1600.24
HSL215.77º29.89%65.88%-
HSV(B)215.77º26.8%76.08%-
XYZ33.9935.8456.17-
YUV160.26147.04114.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 194 (76.17% from 255) = 38.88%
R=28.46%
G=32.67%
B=38.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421631940.270.1600.24215.7729.8965.88
Hex8EA3C21B10018d81e42
Octal216243302332003033036102
Binary100011101010001111000010110111000001100011011000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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