#8EA0C1

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

Shades of Rock Blue #8EA0C1

Tints of Rock Blue #8EA0C1

Color information

#8EA0C1 (or 0x8EA0C1) is unknown color: approx Rock Blue. HEX triplet: 8E, A0 and C1. RGB value is (142,160,193). Sum of RGB (Red+Green+Blue) = 142+160+193=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EA0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA0C1 is #715F3E. Grayscale: #9E9E9E. Windows color (decimal): -7429951 or 12689550. OLE color: 12689550.

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

Color convert

RGB142160193-
CMYK0.260.1700.24
HSL218.82º29.14%65.69%-
HSV(B)218.82º26.42%75.69%-
XYZ33.3534.7455.4-
YUV158.38147.54116.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.69%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=28.69%
G=32.32%
B=38.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421601930.260.1700.24218.8229.1465.69
Hex8EA0C11A11018db1d42
Octal216240301322103033335102
Binary100011101010000011000001110101000101100011011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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