#8EA8ED

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

Shades of Portage #8EA8ED

Tints of Portage #8EA8ED

Color information

#8EA8ED (or 0x8EA8ED) is unknown color: approx Portage. HEX triplet: 8E, A8 and ED. RGB value is (142,168,237). Sum of RGB (Red+Green+Blue) = 142+168+237=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EA8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA8ED is #715712. Grayscale: #A7A7A7. Windows color (decimal): -7427859 or 15575182. OLE color: 15575182.

HSL color Cylindrical-coordinate representation of color #8EA8ED: hue angle of 223.58º 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 #8EA8ED is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142168237-
CMYK0.400.2900.07
HSL223.58º72.52%74.31%-
HSV(B)223.58º40.08%92.94%-
XYZ40.4439.8785.68-
YUV168.09166.89109.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=25.96%
G=30.71%
B=43.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421682370.400.2900.07223.5872.5274.31
Hex8EA8ED281D07e0494a
Octal216250355503507340111112
Binary1000111010101000111011011010001110101111110000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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