Html Css Color HEX #8EA4BB Rock Blue

📋 copy color: '#8EA4BB'

red 142 ◦ green 164 ◦ blue 187

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

Shades of Rock Blue #8EA4BB

Tints of Rock Blue #8EA4BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 28.8%
G = 33.27%
B = 37.93%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8EA4BB (or 0x8EA4BB) is known color: 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

RGB 142 164 187 -
CMYK 0.24 0.12 0 0.27
HSL 210.67º 0.25% 0.65% -
HSV(B) 210.67º 0.24% 0.73% -
XYZ 33.4 35.89 52.18 -
YUV 160.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 142 164 187 0.24 0.12 0 0.27 210.67 0.25 0.65
Hex 8E A4 BB 18 C 0 1B D3 19 41
Octal 216 244 273 30 14 0 33 323 31 101
Binary 10001110 10100100 10111011 11000 1100 0 11011 11010011 11001 1000001

Color Harmonies of #8EA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA4BB

Black with #8EA4BB

Text Example


Text Example

White with #8EA4BB

Text Example


Text Example

HTML Codes & Css Web 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>