#8DA6E6

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

Shades of Portage #8DA6E6

Tints of Portage #8DA6E6

Color information

#8DA6E6 (or 0x8DA6E6) is unknown color: approx Portage. HEX triplet: 8D, A6 and E6. RGB value is (141,166,230). Sum of RGB (Red+Green+Blue) = 141+166+230=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #8DA6E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6E6 is #725919. Grayscale: #A5A5A5. Windows color (decimal): -7493914 or 15115917. OLE color: 15115917.

HSL color Cylindrical-coordinate representation of color #8DA6E6: hue angle of 223.15º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DA6E6 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB141166230-
CMYK0.390.2800.10
HSL223.15º64.03%72.75%-
HSV(B)223.15º38.7%90.2%-
XYZ38.938.6580.27-
YUV165.82164.22110.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 230 (90.23% from 255) = 42.83%
R=26.26%
G=30.91%
B=42.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1411662300.390.2800.10223.1564.0372.75
Hex8DA6E6271C0Adf4049
Octal2152463464734012337100111
Binary10001101101001101110011010011111100010101101111110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,166,230); }

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

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

 a { background-color: rgb(141,166,230); }

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

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

 span { border-color: rgb(141,166,230); }

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