#8AA5EB

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

Shades of Portage #8AA5EB

Tints of Portage #8AA5EB

Color information

#8AA5EB (or 0x8AA5EB) is unknown color: approx Portage. HEX triplet: 8A, A5 and EB. RGB value is (138,165,235). Sum of RGB (Red+Green+Blue) = 138+165+235=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AA5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA5EB is #755A14. Grayscale: #A4A4A4. Windows color (decimal): -7690773 or 15443338. OLE color: 15443338.

HSL color Cylindrical-coordinate representation of color #8AA5EB: hue angle of 223.3º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AA5EB is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138165235-
CMYK0.410.3000.08
HSL223.3º70.8%73.14%-
HSV(B)223.3º41.28%92.16%-
XYZ38.9338.3183.94-
YUV164.91167.55108.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.65%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=25.65%
G=30.67%
B=43.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381652350.410.3000.08223.370.873.14
Hex8AA5EB291E08df4749
Octal2122453535136010337107111
Binary10001010101001011110101110100111110010001101111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,165,235); }

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

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

 a { background-color: rgb(138,165,235); }

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

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

 span { border-color: rgb(138,165,235); }

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