Html Css Color HEX #8EA2BA Rock Blue

📋 copy color: '#8EA2BA'

red 142 ◦ green 162 ◦ blue 186

#8EA2BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8EA2BA

Tints of Rock Blue #8EA2BA

RGB

 RED value IS 142 (55.86% from 255) = 28.98%

 GREEN value IS 162 (63.67% from 255) = 33.06%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 28.98%
G = 33.06%
B = 37.96%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8EA2BA (or 0x8EA2BA) is known color: Rock Blue. HEX triplet: 8E, A2 and BA. RGB value is (142,162,186). Sum of RGB (Red+Green+Blue) = 142+162+186=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EA2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2BA is #715D45. Grayscale: #9E9E9E. Windows color (decimal): -7429446 or 12231310. OLE color: 12231310.

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

Color convert

RGB 142 162 186 -
CMYK 0.24 0.13 0 0.27
HSL 212.73º 0.24% 0.64% -
HSV(B) 212.73º 0.24% 0.73% -
XYZ 32.94 35.14 51.5 -
YUV 158.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 142 162 186 0.24 0.13 0 0.27 212.73 0.24 0.64
Hex 8E A2 BA 18 D 0 1B D5 18 40
Octal 216 242 272 30 15 0 33 325 30 100
Binary 10001110 10100010 10111010 11000 1101 0 11011 11010101 11000 1000000

Color Harmonies of #8EA2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA2BA

Black with #8EA2BA

Text Example


Text Example

White with #8EA2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EA2BA;
 }
 .AnyTagClassName
 {
   color: #8EA2BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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