#8DCDA5

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

Shades of Vista Blue #8DCDA5

Tints of Vista Blue #8DCDA5

Color information

#8DCDA5 (or 0x8DCDA5) is unknown color: approx Vista Blue. HEX triplet: 8D, CD and A5. RGB value is (141,205,165). Sum of RGB (Red+Green+Blue) = 141+205+165=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDA5 is #72325A. Grayscale: #B5B5B5. Windows color (decimal): -7483995 or 10866061. OLE color: 10866061.

HSL color Cylindrical-coordinate representation of color #8DCDA5: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCDA5 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB141205165-
CMYK0.3100.200.20
HSL142.5º39.02%67.84%-
HSV(B)142.5º31.22%80.39%-
XYZ39.6152.0443.55-
YUV181.3118.899.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=27.59%
G=40.12%
B=32.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051650.3100.200.20142.539.0267.84
Hex8DCDA51F014148e2744
Octal215315245370242421647104
Binary1000110111001101101001011111101010010100100011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,165); }

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

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

 a { background-color: rgb(141,205,165); }

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

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

 span { border-color: rgb(141,205,165); }

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