#8EA3BE

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

Shades of Rock Blue #8EA3BE

Tints of Rock Blue #8EA3BE

Color information

#8EA3BE (or 0x8EA3BE) is unknown color: approx Rock Blue. HEX triplet: 8E, A3 and BE. RGB value is (142,163,190). Sum of RGB (Red+Green+Blue) = 142+163+190=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3BE is #715C41. Grayscale: #9F9F9F. Windows color (decimal): -7429186 or 12493710. OLE color: 12493710.

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

Color convert

RGB142163190-
CMYK0.250.1400.25
HSL213.75º26.97%65.1%-
HSV(B)213.75º25.26%74.51%-
XYZ33.5535.6653.83-
YUV159.8145.04115.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.69%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=28.69%
G=32.93%
B=38.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421631900.250.1400.25213.7526.9765.1
Hex8EA3BE19E019d61b41
Octal216243276311603132633101
Binary10001110101000111011111011001111001100111010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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