#8EA2BB

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

Shades of Rock Blue #8EA2BB

Tints of Rock Blue #8EA2BB

Color information

#8EA2BB (or 0x8EA2BB) is unknown color: approx Rock Blue. HEX triplet: 8E, A2 and BB. RGB value is (142,162,187). Sum of RGB (Red+Green+Blue) = 142+162+187=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2BB is #715D44. Grayscale: #9E9E9E. Windows color (decimal): -7429445 or 12296846. OLE color: 12296846.

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

Color convert

RGB142162187-
CMYK0.240.1300.27
HSL213.33º24.86%64.51%-
HSV(B)213.33º24.06%73.33%-
XYZ33.0535.1852.06-
YUV158.87143.87115.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=28.92%
G=32.99%
B=38.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421621870.240.1300.27213.3324.8664.51
Hex8EA2BB18D01Bd51941
Octal216242273301503332531101
Binary10001110101000101011101111000110101101111010101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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