#8EA6ED

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

Shades of Portage #8EA6ED

Tints of Portage #8EA6ED

Color information

#8EA6ED (or 0x8EA6ED) is unknown color: approx Portage. HEX triplet: 8E, A6 and ED. RGB value is (142,166,237). Sum of RGB (Red+Green+Blue) = 142+166+237=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EA6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA6ED is #715912. Grayscale: #A6A6A6. Windows color (decimal): -7428371 or 15574670. OLE color: 15574670.

HSL color Cylindrical-coordinate representation of color #8EA6ED: hue angle of 224.84º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EA6ED is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142166237-
CMYK0.400.3000.07
HSL224.84º72.52%74.31%-
HSV(B)224.84º40.08%92.94%-
XYZ40.0839.1485.56-
YUV166.92167.55110.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=26.06%
G=30.46%
B=43.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421662370.400.3000.07224.8472.5274.31
Hex8EA6ED281E07e1494a
Octal216246355503607341111112
Binary1000111010100110111011011010001111001111110000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,166,237); }

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

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

 a { background-color: rgb(142,166,237); }

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

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

 span { border-color: rgb(142,166,237); }

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