#8EA5EE

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

Shades of Portage #8EA5EE

Tints of Portage #8EA5EE

Color information

#8EA5EE (or 0x8EA5EE) is unknown color: approx Portage. HEX triplet: 8E, A5 and EE. RGB value is (142,165,238). Sum of RGB (Red+Green+Blue) = 142+165+238=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EA5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA5EE is #715A11. Grayscale: #A6A6A6. Windows color (decimal): -7428626 or 15639950. OLE color: 15639950.

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

Color convert

RGB142165238-
CMYK0.400.3100.07
HSL225.62º73.85%74.51%-
HSV(B)225.62º40.34%93.33%-
XYZ40.0438.8386.27-
YUV166.44168.38110.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=26.06%
G=30.28%
B=43.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421652380.400.3100.07225.6273.8574.51
Hex8EA5EE281F07e24a4b
Octal216245356503707342112113
Binary1000111010100101111011101010001111101111110001010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,165,238); }

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

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

 a { background-color: rgb(142,165,238); }

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

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

 span { border-color: rgb(142,165,238); }

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