#8EA4C1

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

Shades of Rock Blue #8EA4C1

Tints of Rock Blue #8EA4C1

Color information

#8EA4C1 (or 0x8EA4C1) is unknown color: approx Rock Blue. HEX triplet: 8E, A4 and C1. RGB value is (142,164,193). Sum of RGB (Red+Green+Blue) = 142+164+193=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EA4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4C1 is #715B3E. Grayscale: #A0A0A0. Windows color (decimal): -7428927 or 12690574. OLE color: 12690574.

HSL color Cylindrical-coordinate representation of color #8EA4C1: hue angle of 214.12º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EA4C1 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142164193-
CMYK0.260.1500.24
HSL214.12º29.14%65.69%-
HSV(B)214.12º26.42%75.69%-
XYZ34.0636.1555.64-
YUV160.73146.21114.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 164 (64.45% from 255) = 32.87%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=28.46%
G=32.87%
B=38.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421641930.260.1500.24214.1229.1465.69
Hex8EA4C11AF018d61d42
Octal216244301321703032635102
Binary10001110101001001100000111010111101100011010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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