#8EA4BB

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

Shades of Rock Blue #8EA4BB

Tints of Rock Blue #8EA4BB

Color information

#8EA4BB (or 0x8EA4BB) is unknown color: approx Rock Blue. HEX triplet: 8E, A4 and BB. RGB value is (142,164,187). Sum of RGB (Red+Green+Blue) = 142+164+187=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4BB is #715B44. Grayscale: #9F9F9F. Windows color (decimal): -7428933 or 12297358. OLE color: 12297358.

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

Color convert

RGB142164187-
CMYK0.240.1200.27
HSL210.67º24.86%64.51%-
HSV(B)210.67º24.06%73.33%-
XYZ33.435.8952.18-
YUV160.04143.21115.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=28.80%
G=33.27%
B=37.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421641870.240.1200.27210.6724.8664.51
Hex8EA4BB18C01Bd31941
Octal216244273301403332331101
Binary10001110101001001011101111000110001101111010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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