#8DCDA6

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

Shades of Vista Blue #8DCDA6

Tints of Vista Blue #8DCDA6

Color information

#8DCDA6 (or 0x8DCDA6) is unknown color: approx Vista Blue. HEX triplet: 8D, CD and A6. RGB value is (141,205,166). Sum of RGB (Red+Green+Blue) = 141+205+166=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDA6 is #723259. Grayscale: #B5B5B5. Windows color (decimal): -7483994 or 10931597. OLE color: 10931597.

HSL color Cylindrical-coordinate representation of color #8DCDA6: hue angle of 143.44º 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 #8DCDA6 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB141205166-
CMYK0.3100.190.20
HSL143.44º39.02%67.84%-
HSV(B)143.44º31.22%80.39%-
XYZ39.752.0844.04-
YUV181.42119.399.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.54%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 166 (65.23% from 255) = 32.42%
R=27.54%
G=40.04%
B=32.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051660.3100.190.20143.4439.0267.84
Hex8DCDA61F013148f2744
Octal215315246370232421747104
Binary1000110111001101101001101111101001110100100011111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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