Html Css Color HEX #8EA4BE Rock Blue

📋 copy color: '#8EA4BE'

red 142 ◦ green 164 ◦ blue 190

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

Shades of Rock Blue #8EA4BE

Tints of Rock Blue #8EA4BE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.06%

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 28.63%
G = 33.06%
B = 38.31%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8EA4BE (or 0x8EA4BE) is known color: Rock Blue. HEX triplet: 8E, A4 and BE. RGB value is (142,164,190). Sum of RGB (Red+Green+Blue) = 142+164+190=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4BE is #715B41. Grayscale: #A0A0A0. Windows color (decimal): -7428930 or 12493966. OLE color: 12493966.

HSL color Cylindrical-coordinate representation of color #8EA4BE: hue angle of 212.5º 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 #8EA4BE is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 164 190 -
CMYK 0.25 0.14 0 0.25
HSL 212.5º 0.27% 0.65% -
HSV(B) 212.5º 0.25% 0.75% -
XYZ 33.73 36.02 53.89 -
YUV 160.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 142 164 190 0.25 0.14 0 0.25 212.5 0.27 0.65
Hex 8E A4 BE 19 E 0 19 D4 1B 41
Octal 216 244 276 31 16 0 31 324 33 101
Binary 10001110 10100100 10111110 11001 1110 0 11001 11010100 11011 1000001

Color Harmonies of #8EA4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA4BE

Black with #8EA4BE

Text Example


Text Example

White with #8EA4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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